set.seed(1010) knitr::opts_chunk$set( collapse = TRUE, comment = ".", fig.path = "man/figures/README-", warning = FALSE, message = FALSE, fig.width = 5, fig.height = 4 )
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
{ width=80% }
{ width=80% }
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.