rappster/nestr: Nested object structures

The package provides an extendable interface to conveniently create nested object structures based on using environments. Object values can be set and retrieved based on path-like names/identifiers (e.g. `output/print/type = "pdf"` will be translated into the following nested environment structure: `output$print$type` with the value being`"pdf"`). Also, it allows to specify reactive nested object structures, i.e. objects that are dynamically linked to other objects and thus automatically stay synced. Furthermore, the package provides means to transform nested environment structures to nested lists and JSON objects.

Getting started

Package details

AuthorJanko Thyson [aut, cre]
MaintainerJanko Thyson <janko.thyson@gmail.com>
LicenseGPL (>= 2)
Version0.3.1
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/nestr")
rappster/nestr documentation built on May 26, 2019, 11:22 p.m.