Split report into include-able files
split_report(Report.tex, include = TRUE, subdir = "tex", use.chapter.title = TRUE, out.tex = Report.tex)
| 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 |