cleanTex {eeptools} | R Documentation |
Remove Unwanted LaTeX files after building document
Description
Convenience function for cleaning up your directory after running pdflatex
Usage
cleanTex(fn, keepPDF = TRUE, keepRnw = TRUE, keepRproj = TRUE)
Arguments
fn |
a filename for your .Rnw file |
keepPDF |
Logical. Should function save PDF files with filename |
keepRnw |
Logical. Should function save Rnw files with filename |
keepRproj |
Logical. Should function save .Rproj files with filename |
Value
Nothing. All files except the .tex, .pdf and .Rnw are removed from your directory.
[Package eeptools version 1.2.5 Index]