inputs_of {TeXCheckR} | R Documentation |
Inputs to files nested within LaTeX document
inputs_of(filename, exclude.preamble = TRUE, append.tex = TRUE)
filename |
The file whose |
exclude.preamble |
(logical) If |
append.tex |
Should the result include the file extension |
A character vector of file paths relative to filename
that are
used as \input
s or \include
s within filename
. If
no such files are present within filename
, NULL
is returned.