# An example in context within the orderly examples:
orderly_example_show("shared")
# Here's the directory structure for this example:
path <- orderly_example(names = "shared")
fs::dir_tree(path)
# We can run this packet:
orderly_run("shared", root = path)
# In the final archive version of the packet, 'cols.R' is copied
# over from `shared/`, so we have a copy of the version of the code
# that was used in the analysis
fs::dir_tree(path)
Run the code above in your browser using DataLab