# FOR INTERACTIVE USE
# set this so can normalize wd from Rstudio project and when knitting
# eg if your rmd is in /lab-notebook/<notebook>.Rmd
# it should look like setwd(paste0(getwd(), "/lab-notebook/"))
setwd(paste0(getwd(), "/<PATH>"))
# required libraries
library("PKPDmisc")
library("knitr")
opts_chunk$set(fig.height = 6, fig.width = 10, dpi = 300)

# where to start analysis
sessioninfo::session_info()


metrumresearchgroup/PKPDmisc documentation built on Oct. 21, 2022, 9:41 a.m.