library(usethis)
path <- 'data-raw/areas/weightedAnomalies'
files <- list.files(path = path)
densityGradientWeightedAnomaly <- read.csv(paste(path, files, sep = '/'))
usethis::use_data(densityGradientWeightedAnomaly, compress = "xz", overwrite = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.