Description Usage Arguments Value Examples
View source: R/getExperiment.R
This function allows you to retrieve metadata for a single experiment
1 | getExperiment(user, id)
|
user |
A labstep user object. Must contain an 'api_key' field. Returned from 'login' command |
id |
ID of the experiment to retrieve |
Returns an 'experiment' object
1 2 3 | user <- login("demo@labstep.com","demopassword")
experiment <- getExperiment(user,14671)
print(experiment)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.