tar_quarto_files_get_source_files {tarchetypes} | R Documentation |
Collects all files from the
fileInformation
field that are used in the current report.
tar_quarto_files_get_source_files(file_information)
file_information |
The |
fileInformation
contains a list of files. Each file entry contains
two data frames. The first, includeMap
, contains a source
column (files
that include other files, e.g. the main report file) and a target
column
(files that get included by the source
files). The codeCells
data frame
contains all code cells from the files represented in includeMap
.
A character vector of Quarto source files.