data-raw/scAgeCom_data.R

## 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")
CyrilLagger/scAgeComShiny documentation built on April 14, 2025, 8:34 a.m.