proj_build {adobeanalyticsr} | R Documentation |
Create a project in Adobe
Description
Creates a new project in Adobe. Note: very early in development
Usage
proj_build(
body = NULL,
expansion = NULL,
locale = "en_US",
debug = FALSE,
company_id = Sys.getenv("AW_COMPANY_ID")
)
Arguments
body |
The project json string which include the configuration and definition |
expansion |
Comma-delimited list of additional project metadata fields to include on response. Available values : reportSuiteName, shares, tags, accessLevel, modified, externalReferences, definition |
locale |
Locale Default value : en_US |
debug |
Set to |
company_id |
Company ID. If an environment variable called |
Value
A json string
[Package adobeanalyticsr version 0.4.0 Index]