Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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/