# Load table with mg/L to meq/L conversions
library(usethis)
lillie_mason_lakes <- read.csv("data-raw/lillie_mason_lakes.csv")
usethis::use_data(lillie_mason_lakes, overwrite = TRUE, compress = "xz")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.