library(usethis)
file <- 'data-raw/summerGroundfish/cilGrid.csv'
summerGroundfishCilGrid <- na.omit(read.csv(file))
usethis::use_data(summerGroundfishCilGrid, compress = 'xz', overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.