Description Usage Arguments Value Examples
View source: R/createWorkspace.R
This function allows you to create a Labstep Workspace.
1 | createWorkspace(user, name)
|
user |
A labstep user object. Must contain an 'api_key' field. Returned from 'login' command |
name |
The name you want to give your Workspace. |
Returns an 'workspace' object
1 2 3 | user <- login("demo@labstep.com","demopassword")
workspace <- createWorkspace(user,'My First Workspace')
print(workspace)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.