library(readr)
# load data --------------------------------------------------------------------------
piracy <- read_csv(here::here("data-raw/piracy/piracy.csv"))
# cleaning: clean names using janitor
# Save -------------------------------------------------------------------------------
usethis::use_data(piracy, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.