knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

tibblify

Lifecycle: experimental CRAN status Codecov test coverage R build status R-CMD-check

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 with:

install.packages("tibblify")

Or install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("mgirlich/tibblify")

Code of Conduct

Please note that the tibblify project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



mgirlich/listparser documentation built on Feb. 2, 2024, 12:19 p.m.