get_config: Get Config

Description Usage Arguments Examples

View source: R/config.R

Description

Get config from three dot construct

Usage

1

Arguments

...

Three dot passed from parent from which to retrieve config.

Examples

1
2
3
4
5
6
7
8
## Not run: 
foo <- function(...) {
  get_conf(...)
}

foo(conf("hello"))

## End(Not run)

devOpifex/g2r documentation built on Jan. 16, 2022, 12:36 a.m.