library(tidyverse)
library(lubridate)
turnips <- readxl::read_excel("data-raw/turnips/turnips.xlsx") %>%
mutate(date = as.Date(date)) %>% print()
save(turnips, file="data/turnips.rda")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.