powered by
Function to rename a cohort
renaming.cohort(population, old.name, new.name, verbose = TRUE)
population list
Population list
Quick-insert for database (vector of names of cohorts to export)
Groups of individuals to remove from the database (same IDs!)
Set to FALSE to not display any prints
data(ex_pop) population <- renaming.cohort(ex_pop, old.name="Cohort_4", new.name = "NewName")
Run the code above in your browser using DataLab