Description Usage Arguments Value Examples
View source: R/createProtocol.R
This function allows you to create a protocol.
1 | createProtocol(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 protocol. |
Returns an 'protocol' object
1 2 3 | user <- login("demo@labstep.com","demopassword")
protocol <- createProtocol(user,'My First Protocol')
print(protocol)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.