A tool to rectangle a nested list, that is to convert it into a tibble. This is done automatically or according to a given specification. A common use case is for nested lists coming from parsing JSON files or the JSON response of REST APIs. It is supported by the 'vctrs' package and therefore offers a wide support of vector types.
| Version: | 0.3.0 |
| Depends: | R (≥ 3.4.0) |
| Imports: | cli (≥ 3.3.0), lifecycle (≥ 1.0.1), purrr (≥ 0.3.4), rlang (≥ 1.0.4), tibble (≥ 3.1.8), tidyselect (≥ 1.2.0), vctrs (≥ 0.5.0), withr (≥ 2.5.0) |
| LinkingTo: | vctrs (≥ 0.5.0) |
| Suggests: | covr (≥ 3.6.1), jsonlite (≥ 1.8.0), knitr (≥ 1.40), rmarkdown (≥ 2.16), spelling (≥ 2.2), testthat (≥ 3.1.4) |
| Published: | 2022-11-16 |
| Author: | Maximilian Girlich [aut, cre, cph], Kirill Müller [ctb] |
| Maintainer: | Maximilian Girlich <maximilian.girlich at outlook.com> |
| BugReports: | https://github.com/mgirlich/tibblify/issues |
| License: | GPL-3 |
| URL: | https://github.com/mgirlich/tibblify, https://mgirlich.github.io/tibblify/ |
| NeedsCompilation: | yes |
| SystemRequirements: | C++11 |
| Language: | en-US |
| Materials: | README NEWS |
| CRAN checks: | tibblify results |
| Reference manual: | tibblify.pdf |
| Vignettes: |
Overview supported structures tibblify |
| Package source: | tibblify_0.3.0.tar.gz |
| Windows binaries: | r-devel: tibblify_0.3.0.zip, r-release: tibblify_0.3.0.zip, r-oldrel: tibblify_0.3.0.zip |
| macOS binaries: | r-release (arm64): tibblify_0.3.0.tgz, r-oldrel (arm64): tibblify_0.3.0.tgz, r-release (x86_64): tibblify_0.3.0.tgz, r-oldrel (x86_64): tibblify_0.3.0.tgz |
| Old sources: | tibblify archive |
Please use the canonical form https://CRAN.R-project.org/package=tibblify to link to this page.