| orderly_list_src | R Documentation |
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).
orderly_list_src(root = NULL)
root |
The path to the root directory, or |
A character vector of names of source reports, suitable
for passing to orderly_run()
orderly_metadata_extract() for listing packets
that have completed
path <- orderly_example()
orderly_list_src(root = path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.