Learn R Programming

⚠️There's a newer version (0.3.2) of this package.Take me there.

config (version 0.3.1)

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.

Copy Link

Version

Install

install.packages('config')

Monthly Downloads

42,427

Version

0.3.1

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Andrie Vries

Last Published

December 17th, 2020

Functions in config (0.3.1)

get

Read configuration values.
merge

Merge two configurations.
is_active

Test active configuration
config

Manage Environment Specific Configuration Values.