Saves the population to csv file
Examples
csvPath <- system.file("extdata", "pop.csv", package = "ospsuite")
# Load the population
population <- loadPopulation(csvPath)
# Exports the population
exportPopulationToCSV(population, tempfile())
Saves the population to csv file
csvPath <- system.file("extdata", "pop.csv", package = "ospsuite")
# Load the population
population <- loadPopulation(csvPath)
# Exports the population
exportPopulationToCSV(population, tempfile())