config {config}R Documentation

Manage Environment Specific Configuration Values.

Description

Manage configuration values across multiple environments (e.g. development, test, production). Read values using a function that determines the current environment and returns the appropriate value.

Details

The main function is get().

For additional details see https://rstudio.github.io/config/.

Author(s)

Maintainer: Andrie de Vries apdevries@gmail.com

Authors:

Other contributors:

See Also

Useful links:


[Package config version 0.3.2 Index]