## code to prepare `scAgeCom_data` dataset goes here
# the data for this app are produced in the scAgeCom project
# here we retrieve them locally
scAgeCom_data <- readRDS(
"../data_scAgeCom/output/scAgeComShiny_data.rds"
)
usethis::use_data(scAgeCom_data, overwrite = TRUE, compress = "xz")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.