项目作者: vspinu

项目描述 :
Very fast spreading and stacking of nested data structures into R data.frames
高级语言: C++
项目地址: git://github.com/vspinu/unnest.git
创建时间: 2020-02-08T12:30:57Z
项目社区:https://github.com/vspinu/unnest

开源协议:

下载


R-CMD-check
CRAN 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

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