# load packages ----------------------------------------------------------------
library(tidyverse)
library(usethis)
# load data --------------------------------------------------------------------
hfi <- read_csv(here::here("data-raw/hfi", "hfi_cc_2018.csv"))
# Save -------------------------------------------------------------------------
use_data(hfi, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.