this.dir <- dirname(parent.frame(2)$ofile)
setwd(this.dir)
covid <- read.csv("covid.csv", stringsAsFactors = FALSE)
save(covid, file = "../../data/covid.rda")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.