cleanTex {eeptools} | R Documentation |
Convenience function for cleaning up your directory after running pdflatex
cleanTex(fn, keepPDF = TRUE, keepRnw = TRUE, keepRproj = TRUE)
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 |
Nothing. All files except the .tex, .pdf and .Rnw are removed from your directory.