Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
R
 
 
man
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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")
You can’t perform that action at this time.