The goal of pmtables is to create summary tables commonly used in pharmacometrics.
You can install the released version of pmtables from MPN with:
mpn <- "https://mpn.metworx.com/snapshots/stable/2021-06-20"
install.packages("pmtables", repos = mpn)
This installs from a specific, dated snapshot. Please check https://mpn.metworx.com/docs/snapshots/ for the most recent snapshot date.
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("metrumresearchgroup/pmtables")
We maintain a pmtables book here
-
General table examples: inst/demo-table.pdf
-
General tables - pipe interface: inst/demo-pipe.pdf
-
Standard table examples: inst/demo-pmtable.pdf
-
Long table examples: inst/demo-longtable.pdf
-
What is sanitized: inst/demo-sanitize.pdf