Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vspinu/unnest
Very fast spreading and stacking of nested data structures into R data.frames
https://github.com/vspinu/unnest
data-frame flattened-data flattened-json flattening hierarchical-data r stacking unnesting
Last synced: 18 days ago
JSON representation
Very fast spreading and stacking of nested data structures into R data.frames
- Host: GitHub
- URL: https://github.com/vspinu/unnest
- Owner: vspinu
- Created: 2020-02-08T12:30:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T13:23:19.000Z (9 months ago)
- Last Synced: 2024-10-11T18:24:10.135Z (about 1 month ago)
- Topics: data-frame, flattened-data, flattened-json, flattening, hierarchical-data, r, stacking, unnesting
- Language: C++
- Homepage: https://github.com/vspinu/unnest
- Size: 178 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - vspinu/unnest - Very fast spreading and stacking of nested data structures into R data.frames (C++)
README
[![R build status](https://github.com/vspinu/unnest/workflows/R-CMD-check/badge.svg)](https://github.com/vspinu/unnest/actions)
## 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
```R
install.packages("unnest")
# or
devtools::install_github("vspinu/unnest")
```[unnest]: https://vspinu.github.io/unnest/