| orderly_location_rename | R Documentation |
Rename an existing location
orderly_location_rename(old, new, root = NULL)
old |
The current short name of the location.
Cannot rename |
new |
The desired short name of the location.
Cannot be one of |
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, verbose = TRUE)
# Rename the remote location:
orderly_location_rename("remote", "bob", root = local)
orderly_location_list(root = local, verbose = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.