Skip to content

arbelt/tinylens

Repository files navigation

tinylens

R-CMD-check

The goal of tinylens is to provide a minimal set of tools for working with lenses in R.

As of the initial release, this is basically a re-implementation of the lenses package (https://github.com/cfhammill/lenses).

Installation

You can install the development version of tinylens from GitHub with:

# install.packages("pak")
pak::pak("arbelt/tinylens")

Example

The main benefit of lenses is that they are composable, and so allow for more streamlined transformations of nested data structures.

library(tinylens)
## basic example code

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages