## basic settings knitr::opts_chunk$set(echo = FALSE, message=FALSE, warning=FALSE ) ## load common libraries library(tidyverse) library(lubridate) library(scales) library(plotly) library(PerformanceAnalytics) library(DT) ## Reference: R Markdown cheatsheet ## https://www.rstudio.com/wp-content/uploads/2016/03/rmarkdown-cheatsheet-2.0.pdf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.