Nothing
orderly::orderly_dependency("data", "latest", c(input.rds = "data.rds"))
orderly::orderly_artefact(description = "Final plot", files = "graph.png")
d <- readRDS("input.rds")
png("graph.png")
plot(y ~ x, d)
dev.off()
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.