Skip to contents

Retrieves a population configuration by name.

Usage

get_population_config(registry, name)

Arguments

registry

A ConfigurationRegistry object

name

Character string name of the population

Value

A PopulationConfig object or NULL if not found

Examples

if (FALSE) { # \dontrun{
registry <- load_config()
config <- get_population_config(registry, "SAF")
} # }