inputs_of {TeXCheckR} | R Documentation |
Inputs to files nested within LaTeX document
Description
Inputs to files nested within LaTeX document
Usage
inputs_of(filename, exclude.preamble = TRUE, append.tex = TRUE)
Arguments
filename |
The file whose |
exclude.preamble |
(logical) If |
append.tex |
Should the result include the file extension |
Value
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.
[Package TeXCheckR version 0.8.1 Index]