gtm_workspaces_create: gtm_workspaces_create

Description Usage Arguments

View source: R/gtm_workspaces_methods.R

Description

Creates a Workspace.

Usage

1
2
3
4
5
6
7
8
gtm_workspaces_create(
  account_id,
  container_id,
  workspace_name,
  token,
  description = NULL,
  verbose = FALSE
)

Arguments

account_id

The ID of the account

container_id

The ID of the container

workspace_name

The name of the new workspace

token

An OAuth token object

description

The description of the new workspace. Optional

verbose

If you want a message letting you know the results of your API call. Defaults to FALSE


neugelb/gtmr documentation built on June 25, 2020, 10:06 a.m.