| orderly_location_remove | R Documentation |
Remove an existing location. Any packets from this location and not known elsewhere will now be associated with the 'orphan' location instead.
orderly_location_remove(name, root = NULL)
name |
The short name of the location.
Cannot remove |
root |
The path to the root directory, or |
Nothing
# Two roots, one local and one representing some remote orderly location:
local <- orderly_example()
remote <- orderly_example()
orderly_location_add_path("remote", remote, root = local)
orderly_location_list(root = local)
# Remove the remote location:
orderly_location_remove("remote", root = local)
orderly_location_list(root = local)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.