A list of projects in the account
Usage
aw_get_projects(
  includeType = "all",
  expansion = NULL,
  locale = "en_US",
  limit = 1000,
  page = 0,
  debug = FALSE,
  company_id = Sys.getenv("AW_COMPANY_ID")
)Arguments
- includeType
- Include additional projects not owned by user. The "all" option takes precedence over "shared". If neither guided, or project is included, both types are returned 
- expansion
- Comma-delimited list of additional project metadata fields to include on response. Available values : reportSuiteName, ownerFullName, modified, tags, accessLevel, externalReferences, definition 
- locale
- Locale Default value : en_US 
- limit
- Number of results per page. Default value: 1000 
- page
- Page number (base 0 - first page is "0") 
- debug
- Set to - TRUEto publish the full JSON request(s) being sent to the API to the console when the function is called. The default is- FALSE.
- company_id
- Company ID. If an environment variable called - AW_COMPANY_IDexists in- .Renvironor elsewhere and no- company_idargument is provided, then the- AW_COMPANY_IDvalue will be used. Use- get_me()to get a list of available- company_idvalues.
