Split report into include-able files
split_report(
Report.tex,
include = TRUE,
subdir = "tex",
use.chapter.title = TRUE,
out.tex = Report.tex
)File to split.
Should \include or \input be used? If TRUE, the default, \include is used.
What directory should each chapter file be written in? By default, a subdirectory of the folder containing Report.tex, called tex, is used.
Should the chapter title be used to name the chapter files? If TRUE, the default, the title is used (with characters outside [a-zA-Z0-9] replaced by spaces), prefixed by the chapter number; otherwise, just the chapter number is used.
The new root file. By default, same as Report.tex.