Skip to contents

Retrieves a subgroup configuration by name.

Usage

get_subgroup_config(registry, name)

Arguments

registry

A ConfigurationRegistry object

name

Character string name of the subgroup

Value

A SubgroupConfig object or NULL if not found

Examples

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