List known locations. The special name local
will always be
present within the output from this function (this is packets
known at the current root), though you will typically be
interested in other locations.
Arguments
- verbose
Logical, indicating if we should return a data.frame that includes more information about the location.
- root
The path to the root directory, or
NULL
(the default) to search for one from the current working directory. This function does not require that the directory is configured for orderly, and can be anyoutpack
root (see orderly_init for details).
Value
Depending on the value of verbose
:
verbose = FALSE
: A character vector of location names. This is the default behaviour.verbose = TRUE
: A data.frame with columnsname
,type
andargs
. Theargs
column is a list column, with each element being the key-value pair arguments to the location.
See also
orderly_location_fetch_metadata, which can update your outpack index with metadata from any of the locations listed here.