View source: R/updatePopulation.R
updatePopulation | R Documentation |
Updates a population.
updatePopulation(experimentId, populationId, properties = list())
experimentId |
ID of experiment. |
populationId |
Population ID or a |
properties |
Properties to set on the population. |
## Not run:
updatePopulation(experimentId, populationId, list("name" = "new pop name"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.