aw_get_projects | R Documentation |
A list of projects in the account
aw_get_projects(
includeType = "all",
expansion = NULL,
locale = "en_US",
limit = 1000,
page = 0,
debug = FALSE,
company_id = Sys.getenv("AW_COMPANY_ID")
)
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 |
company_id |
Company ID. If an environment variable called |
A data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.