Description Usage Arguments Value Examples
View source: R/getExperiments.R
This function allows you to search your Experiments on Labstep.
1 | getExperiments(user, count = 100)
|
user |
A labstep user object. Must contain an 'api_key' field. Returned from 'login' command |
count |
Number of results to return. Defaults to 100. |
Returns a list of 'experiment' objects
1 2 3 | user <- login("demo@labstep.com","demopassword")
experiments <- getExperiments(user)
print(experiments)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.