This function can be used to list available report outputs stored in the
factory, in inside the outputs
folder (or any subfolder within).
list_outputs(factory = ".", pattern = NULL, ...)
The path to the report factory or a folder within the desired factory. Defaults to the current directory.
An optional regular expression used to look for specific patterns in report names.
additional parameters to pass to grep()
A character vector containing the names of the reports in the specified factory (empty if there were no files).