- Notifications
You must be signed in to change notification settings - Fork0
Very fast spreading and stacking of nested data structures into R data.frames
NotificationsYou must be signed in to change notification settings
vspinu/unnest
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
unnest is a zero-dependency R package for a very fast single-copy and single-passunnesting of hierarchical data structures.
unnest(..) function takes a nested list as an input (JSON,XML etc.) andproduces adata.frame according to an unnesting spec.
install.packages("unnest")# ordevtools::install_github("vspinu/unnest")
About
Very fast spreading and stacking of nested data structures into R data.frames
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.