get: Get given config

Description Usage Arguments Details Value See Also

View source: R/gonfig.R

Description

Read from the currently active configuration as would do config::get and offers you the power of glue with no extra fees.

Usage

1
get(value = NULL, .open = "{", .close = "}", ...)

Arguments

value

:character
Name of value (NULL to read all values)

.open

:character
Opening delimiter

.close

:character
Closing delimiter

...

Same arguments as config::get

Details

For additional details see the package website at https://github.com/supermayo/gonfig.

Value

:list
A list with config awared glued element

See Also

config::get, glue::glue_data


SuperMayo/gonfig documentation built on May 15, 2020, 11:34 a.m.