# 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.