Nothing
orderly::orderly_strict_mode()
orderly::orderly_resource("data")
orderly::orderly_artefact(files = "output", description = "output files")
a <- read.csv("data/a.csv")
b <- read.csv("data/b.csv")
dir.create("output", FALSE, TRUE)
saveRDS(a, "output/a.rds")
saveRDS(b, "output/b.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.