knitr::opts_chunk$set(echo = FALSE) knitr::opts_chunk$set(warning=FALSE, collapse = TRUE, message=FALSE, comment = "") suppressMessages(library(OmicSelector)) suppressMessages(library(dplyr)) suppressMessages(library(data.table)) suppressMessages(library(knitr)) suppressMessages(library(rmarkdown)) suppressMessages(library(kableExtra)) suppressMessages(library(naniar)) suppressMessages(library(VIM)) setwd("/OmicSelector") set.seed(1) require(XML) config <- xmlParse("config.xml") config <- xmlToList(config) knitr::opts_chunk$set(fig.width=13, fig.height=9) knitr::opts_knit$set(root.dir = '/OmicSelector')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.