get_workspace_status | R Documentation |
Obtains a data frame with details about the workspace status and contents
get_workspace_status(
name,
server = Sys.getenv("SUSO_SERVER"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD")
)
name |
Character. Name identifier of workspace to delete. |
server |
Character. Full server web address (e.g., |
user |
Character. Admin or API user name |
password |
Character. Admin or API password |
Wrapper for GET /api/v1/workspaces/status/{name}
endpoint.
Data frame. Contains columns: CanBeDeleted
, WorkspaceName
, WorkspaceDisplayName
, ExistingQuestionnairesCount
, InterviewersCount
, SupervisorsCount
, MapsCount
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.