library(readr)
library(dplyr)
# load data --------------------------------------------------------------------
raw_data <- read_csv(here::here("data-raw/iran/iran.csv"))
# cleaning: none required ------------------------------------------------------
iran <- raw_data
# save data --------------------------------------------------------------------
usethis::use_data(iran, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.