get_workspace_details | R Documentation |
Rather than get the details for all workspaces, get them for a single workspace.
get_workspace_details(
name,
server = Sys.getenv("SUSO_SERVER"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD")
)
name |
Character. Name identifier of workspace. |
server |
Character. Full server web address (e.g., |
user |
Character. Admin user name |
password |
Character. Admin password |
Wrapper for GET /api/v1/workspaces/{name}
endpoint
Data frame containing workspace details: Name
, the name ID; DisplayName
, the name displayed in the GUI; and DisabledAtUtc
, the time the workspace was disabled or NA
if not disabled
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.