Skip to contents

Gets the pharos.toml configuration as an R object

Usage

get_pharos_config()

Value

pharos config as nested list structure

Examples

if (FALSE) { # \dontrun{
config <- get_pharos_config()
config$nonmem$summary$high_correlation_threshold
config$nonmem$summary$high_condition_threshold
} # }