An open API service indexing awesome lists of open source software.

https://github.com/certara/table1c


https://github.com/certara/table1c

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

          

# table1c

An R package for generating tables of descriptive statistics in HTML. It is
a light wrapper around the [table1](https://CRAN.R-project.org/package=table1)
package with some customizations for the convenience of Certara IDD.

## Installation

This package needs to be installed from GitHub:

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

## Usage

Read the [user guide](https://certara.github.io/table1c/vignettes/table1c-howto.html).