R/sweavepdf.R

Defines functions sweavepdf

Documented in sweavepdf

sweavepdf <-
function(file, ...) {
  Sweave(file, ...)
  textfile <- tools::file_path_sans_ext(file)
  pdflatex(paste0(texfile,'.tex'))
}
vlulla/vlutils documentation built on May 21, 2019, 12:35 a.m.