# Two roots, one local and one representing some remote orderly location:
local <- orderly_example()
remote <- orderly_example()
# No locations at first
orderly_location_list(root = local)
# Add a location
orderly_location_add_path("remote", remote, root = local)
# Here it is!
orderly_location_list(root = local)
# Add vebose = TRUE to find more about the location
orderly_location_list(root = local)
Run the code above in your browser using DataLab