View source: R/utilities-population.R
exportPopulationToCSV | R Documentation |
Saves the population to csv file
exportPopulationToCSV(population, filePath)
population |
Population to export to csv (typically imported from file using |
filePath |
Full path where the population will be saved. |
csvPath <- system.file("extdata", "pop.csv", package = "ospsuite")
# Load the population
population <- loadPopulation(csvPath)
# Exports the population
exportPopulationToCSV(population, tempfile())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.