knitr::opts_chunk$set(echo = FALSE, message = FALSE, warning = FALSE, 
                      dpi = 600, 
                      fig.width = 6, 
                      fig.height = 5)
if("flextable" %in% class(PKtable)){
   PKtable
} else {
   formatTable_Simcyp(PKtable, 
                      fontsize = fontsize, 
                      bold_cells = list(c(0, NA)),
                      center_1st_column = TRUE)
}


shirewoman2/Consultancy documentation built on Feb. 18, 2025, 10 p.m.