https://github.com/certara/table1c
https://github.com/certara/table1c
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/certara/table1c
- Owner: certara
- Created: 2020-07-02T15:18:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T18:30:22.000Z (almost 4 years ago)
- Last Synced: 2026-04-21T08:54:44.217Z (3 months ago)
- Language: R
- Size: 280 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).