Learn R Programming

rconfig (version 0.3.0)

Manage R Configuration at the Command Line

Description

Configuration management using files (YAML, JSON, INI, TXT), JSON strings, and command line arguments. Command line arguments can be used to override configuration. Period-separated command line flags are parsed as hierarchical lists. Environment variables, R global variables, and configuration values can be substituted.

Copy Link

Version

Install

install.packages('rconfig')

Monthly Downloads

195

Version

0.3.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Peter Solymos

Last Published

June 27th, 2023

Functions in rconfig (0.3.0)

rconfig

Manage R Configuration at the Command Line
read_ini

Read INI Files