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