cja_get_project_config {cjar} | R Documentation |
Get a project configuration in CJA
Description
Retrieves a project configuration JSON string.
Usage
cja_get_project_config(
id = NULL,
expansion = "definition",
locale = "en_US",
debug = FALSE
)
Arguments
id |
(Required) The Project id for which to retrieve information |
expansion |
Comma-delimited list of additional segment metadata fields to include on response. See Details for all options available |
locale |
Locale - Default: "en_US" |
debug |
Used to help troubleshoot api call issues. Shows the call and result in the console |
Details
expansion options can include any of the following: "shares" "tags" "accessLevel" "modified" "externalReferences" "definition"
Value
A project configuration list
Examples
## Not run:
cja_get_project_config(id = '6047e0a3de6aaaaac7c3accb')
## End(Not run)
[Package cjar version 0.1.2 Index]