Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mgirlich/tibblify

Rectangle Nested Lists
https://github.com/mgirlich/tibblify

Last synced: about 2 months ago
JSON representation

Rectangle Nested Lists

Awesome Lists containing this project

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.