getcnf: Get configuration

Description Usage Arguments Examples

View source: R/getcnf.R

Description

Get a registered configuration.

Usage

1
getcnf(name, where = NULL)

Arguments

name

(character) the name of the config

where

(NULL|environment) where to look for the configuration

Examples

1
2
cnf::register(config = list(x = 1))
cnf::getcnf("config")

INWTlab/cnf documentation built on Sept. 27, 2021, 6:59 a.m.