tar_quarto_files_get_source_files {tarchetypes}R Documentation

Get Source Files From Quarto Inspect

Description

Collects all files from the fileInformation field that are used in the current report.

Usage

tar_quarto_files_get_source_files(file_information)

Arguments

file_information

The fileInformation element of the list returned by quarto::quarto_inspect().

Details

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.

Value

A character vector of Quarto source files.


[Package tarchetypes version 0.11.0 Index]