Nothing
orderly::orderly_shared_resource(shared_data = "data")
orderly::orderly_artefact("output.rds", description = "combined data")
files <- dir("shared_data")
dat <- lapply(file.path("shared_data", files), read.csv)
names(dat) <- sub("\\..+$", "", files)
saveRDS(dat, "output.rds")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.