Learn R Programming

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

config (version 0.3)

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

36,017

Version

0.3

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

JJ Allaire

Last Published

March 27th, 2018

Functions in config (0.3)

merge

Merge two configurations
get

Read configuration values
is_active

Test active configuration
config

Manage Environment Specific Configuration Values