View source: R/getExperiments.R
getExperiments | R Documentation |
Retrieves the list of experiments to which you have access.
getExperiments(params = list())
params |
Optional query parameters. |
## Not run:
# List all accessible experiments
getExperiments()
# List the names of the first five experiments
getExperiments(params = list("limit" = "5", "fields" = "+name"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.