knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of tibblify is to provide an easy way of converting a nested list into a tibble.
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")
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.