Learn R Programming

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

Description

unnest is a 0-dependency R package for very fast, single-copy and single-pass, unnesting of hierarchical data structures.

unnest(..) function takes a hierarchical list as an input (json, xml etc.) and produces a data.frame according to an unnesting spec.

Installation

install.packages("unnest")
# or
devtools::install_github("vspinu/unnest")

Copy Link

Version

Install

install.packages('unnest')

Monthly Downloads

260

Version

0.0.2

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Vitalie Spinu

Last Published

September 22nd, 2020

Functions in unnest (0.0.2)

s

Unnest spec is a nested list with the same structure as the nested json. It specifies concisely how the deeply nested components ought to be unnested. s() is a shorthand for spec().