# The default configuration does not include a file store, and
# saves output within the "archive" directory:
path <- withr::local_tempdir()
orderly_init(path)
fs::dir_tree(path, all = TRUE)
# Change this after the fact:
orderly_config_set(core.use_file_store = TRUE,
core.path_archive = NULL,
root = path)
fs::dir_tree(path, all = TRUE)
Run the code above in your browser using DataLab