tests/testthat/examples/resource-in-directory/resource-in-directory.R

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")

Try the orderly package in your browser

Any scripts or data that you put into this service are public.

orderly documentation built on Jan. 24, 2026, 1:07 a.m.