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