proj_build: Create a project in Adobe

View source: R/project_build.R

proj_buildR 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 TRUE to 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_ID exists in .Renviron or elsewhere and no company_id argument is provided, then the AW_COMPANY_ID value will be used. Use get_me() to get a list of available company_id values.

Value

A json string


adobeanalyticsr documentation built on Nov. 9, 2023, 5:07 p.m.