List source reports - that is, directories within src/ that
look suitable for running with orderly; these will be directories
that contain an entrypoint file - a .R file with the same name
as the directory (e.g., src/data/data.R corresponds to data).
Usage
orderly_list_src(root = NULL)
Value
A character vector of names of source reports, suitable
for passing to orderly_run()
Arguments
root
The path to the root directory, or NULL (the
default) to search for one from the current working
directory. This function does require that the directory is
configured for orderly, and not just outpack (see
orderly_init() for details).
See Also
orderly_metadata_extract() for listing packets
that have completed