knitr::opts_chunk$set( collapse = TRUE, warning = FALSE, message = FALSE, echo = FALSE, comment = "#>", fig.path = "figures" )
1 + 1
my_data <- readr::read_csv("../data/raw_data/my_csv_file.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.