View source: R/getPopulations.R
getPopulations | R Documentation |
Retrieves the list of populations in an experiment.
getPopulations(experimentId, params = list())
experimentId |
ID of experiment. |
params |
Optional query parameters. |
## Not run:
# List all populations in the experiment
getPopulations(experimentId)
# List the names of the first five populations
getPopulations(experimentId, 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.