Index of /web/packages/unnest/readme

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2020-09-22 11:40 4.7K 

README

R build status

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")