split_report {TeXCheckR} | R Documentation |
Split report into include-able files
Description
Split report into include-able files
Usage
split_report(
Report.tex,
include = TRUE,
subdir = "tex",
use.chapter.title = TRUE,
out.tex = Report.tex
)
Arguments
Report.tex |
File to split. |
include |
Should |
subdir |
What directory should each chapter file be written in? By default, a subdirectory of the folder containing |
use.chapter.title |
Should the chapter title be used to name the chapter files? If |
out.tex |
The new root file. By default, same as |
[Package TeXCheckR version 0.8.1 Index]