## Code to prepare external "hm1" example dataset (HydroMonitor Observation Well data).
fname <- system.file("extdata","export_data_menyanthes.csv",package="menyanthes")
hm1 <- read_export_csv( fname )
usethis::use_data(hm1, internal=FALSE, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.