Skip to content

cran/unnest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R build status

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

About

❗ This is a read-only mirror of the CRAN R package repository. unnest — Unnest Hierarchical Data Structures. Homepage: https://github.com/vspinu/unnest Report bugs for this package: https://github.com/vspinu/unnest/issues

Resources

Stars

Watchers

Forks

Packages

No packages published