rappster/optionr: Management of customized (and nested) project/package options

The package provides an extendable interface to conveniently create customized project/package options. Options can be specified and retrieved based on path-like names/identifiers (e.g. `output/type/pdf = TRUE` will be translated into the following nested environment structure: `output$type$pdf` with the value being `TRUE`). Also, it allows to specify reactive options, i.e. options that are dynamically linked to other options and thus automatically stay synced.

Getting started

Package details

AuthorJanko Thyson [aut, cre]
MaintainerJanko Thyson <janko.thyson@gmail.com>
LicenseGPL (>= 2)
Version0.3.2
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("rappster/optionr")
rappster/optionr documentation built on May 26, 2019, 11:23 p.m.