loadPopulation: Loads a population from a csv file and returns the...

View source: R/utilities-population.R

loadPopulationR Documentation

Loads a population from a csv file and returns the population.

Description

Loads a population from a csv file and returns the population.

Usage

loadPopulation(csvPopulationFile)

Arguments

csvPopulationFile

Full path of csv population file to load.

Examples

csvPath <- system.file("extdata", "pop.csv", package = "ospsuite")

population <- loadPopulation(csvPath)

Open-Systems-Pharmacology/OSPSuite-R documentation built on Feb. 14, 2025, 4:48 p.m.