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

tablR

Toolbox to Create and Embed Tables in Documents

Overview

Installation

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")

Usage

Toolboxes



NicolasJBM/tablR documentation built on June 9, 2021, 5:23 p.m.