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