# create_package(getwd())
setwd("~/OneDrive - University of Canterbury/DATA201/nzmentalquake/data-raw")
earthquake_summary_dataset <- read.csv("earthquake_summary.csv")
usethis::use_data(earthquake_summary_dataset, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.