table1c

An R package for generating tables of descriptive statistics in HTML. It is a light wrapper around the table1 package with some customizations for the convenience of Certara IDD.

Installation

This package needs to be installed from GitHub:

require(remotes)
Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS="true")
remotes::install_github("certara/table1c", upgrade="never")

Usage

Read the user guide.