create_workspace | R Documentation |
Create a workspace with name ID name
and name displayed in GUI display_name
.
create_workspace(
name,
display_name,
verbose = FALSE,
server = Sys.getenv("SUSO_SERVER"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD")
)
name |
Character. Name identifier of workspace. |
display_name |
Character. Name displayed in GUI to describe workspace. |
verbose |
Logical. If |
server |
Full server web address (e.g., |
user |
Character. Admin user name |
password |
Character. Admin password |
Note: this function requires the credentials of an admin user.
Wrapper for POST /api/v1/workspaces
endpoint.
Server-side side-effect of creating a workspace.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.