Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgirlich/tibblify
Rectangle Nested Lists
https://github.com/mgirlich/tibblify
Last synced: about 2 months ago
JSON representation
Rectangle Nested Lists
- Host: GitHub
- URL: https://github.com/mgirlich/tibblify
- Owner: mgirlich
- License: gpl-3.0
- Created: 2020-08-10T12:50:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T10:46:00.000Z (11 months ago)
- Last Synced: 2024-10-09T22:06:08.736Z (2 months ago)
- Language: C
- Homepage: https://mgirlich.github.io/tibblify/
- Size: 6.98 MB
- Stars: 66
- Watchers: 1
- Forks: 2
- Open Issues: 25
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- jimsghstars - mgirlich/tibblify - Rectangle Nested Lists (C)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# tibblify
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![CRAN status](https://www.r-pkg.org/badges/version/tibblify)](https://CRAN.R-project.org/package=tibblify)
[![Codecov test coverage](https://codecov.io/gh/mgirlich/tibblify/branch/master/graph/badge.svg)](https://app.codecov.io/gh/mgirlich/tibblify?branch=main)
[![R build status](https://github.com/mgirlich/tibblify/workflows/R-CMD-check/badge.svg)](https://github.com/mgirlich/tibblify/actions)
[![R-CMD-check](https://github.com/mgirlich/tibblify/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/mgirlich/tibblify/actions/workflows/R-CMD-check.yaml)The goal of tibblify is to provide an easy way of converting a nested list into a tibble.
## Installation
You can install the released version of tibblify from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("tibblify")
```Or install the development version from GitHub with:
```{r, eval = FALSE}
# install.packages("devtools")
devtools::install_github("mgirlich/tibblify")
``````{r child='vignettes/tibblify.Rmd'}
```## Code of Conduct
Please note that the tibblify project is released with a [Contributor Code of Conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct/). By contributing to this project, you agree to abide by its terms.