View source: R/utilities-population.R
loadPopulation | R Documentation |
Loads a population from a csv file and returns the population.
loadPopulation(csvPopulationFile)
csvPopulationFile |
Full path of csv population file to load. |
csvPath <- system.file("extdata", "pop.csv", package = "ospsuite")
population <- loadPopulation(csvPath)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.