fig_configure {fig}R Documentation

Configure the Global Fig Instance

Description

This function allows modifying configuration of the global fig. Refer to argument descriptions for available options.

Usage

fig_configure(env_prefix, split_on)

Arguments

env_prefix

(character) A prefix to be prepended to a key before system environment lookup. Pass an empty string to reset.

split_on

(character) A value to split keys on. See Details section in Fig. Providing an empty string disables this behavior.

Details

Unset arguments do not change configuration.

Value

Reference to the global fig instance. Other methods can be chained after this one.

Examples

fig_configure(env_prefix = "foo_")
fig_configure(split_on = "")
fig_configure() # has no effect

[Package fig version 1.0.0 Index]