knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-" )
Toolbox to Create and Embed Tables in Documents
Before you can install tablT itself, you will also need to install from CRAN the following R packages:
install.packages( "knitr", "rlang", "dplyr", "purrr", "tibble", "tidyr", "shiny", "miniUI", "data.table", "psych", "knitr" )
Then, install tablT from its GitHub public repository:
devtools::install.github("NicolasJBM/tablR")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.