## Load the csv files from our data-raw
ddir <- "./data-raw/exampleData/"
H5Example <- createRDBESDataObject(paste0(ddir, "H5_2025_02_11.zip"),
castToCorrectDataTypes = TRUE)
validateRDBESDataObject(H5Example)
# Save the data
usethis::use_data(H5Example, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.