enable_workspace | R Documentation |
Enable a previously disabled workspace with name name
.
enable_workspace(
name,
server = Sys.getenv("SUSO_SERVER"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD")
)
name |
Character. Name identifier of workspace to enable. |
server |
Character. Full server web address (e.g., |
user |
Character. Admin user name |
password |
Character. Admin password |
Wrapper for the POST /api/v1/workspaces/{name}/enable
endpoint.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.