Nothing
orderly::orderly_artefact(description = "data", files = "data.rds")
a <- read.csv("data/a.csv")
b <- read.csv("data/b.csv")
saveRDS(list(a = a, b = b), "data.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.