Get workspace settings
get_settings.Rd
This function returns the workspace settings for a single workspace.
Usage
get_settings(workspace, metadata = TRUE)
# S4 method for class 'WorkspaceStudio'
get_settings(workspace, metadata = TRUE)
Arguments
- workspace
WorkspaceStudio. Workspace information necessary to retrieve unit information and resources from the API.
- metadata
Logical. Should the unit and item metadata profiles be retrieved. Defaults to
TRUE
.