Learn R Programming

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

Description

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

unnest(..) function takes a nested 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

342

Version

0.0.5

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Vitalie Spinu

Last Published

December 3rd, 2023

Functions in unnest (0.0.5)

spec

Unnest spec
unnest

Unnest lists