View source: R/rename.cohort.R
| renaming.cohort | R Documentation |
Function to rename a cohort
renaming.cohort(population, old.name, new.name, verbose = TRUE)
population |
Population list |
old.name |
Quick-insert for database (vector of names of cohorts to export) |
new.name |
Groups of individuals to remove from the database (same IDs!) |
verbose |
Set to FALSE to not display any prints |
population list
data(ex_pop)
population <- renaming.cohort(ex_pop, old.name="Cohort_4", new.name = "NewName")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.