R/CleanHtml.R

Defines functions CleanHtml

CleanHtml <- 
function(htmloutPath){
unlink(list.files(htmloutPath,full.name = T,pattern = "pdf$",recursive = T), recursive = T,force = T)
wd<- getwd()
setwd(htmloutPath)
writeToHtml()
setwd(wd)
}

Try the mqqc package in your browser

Any scripts or data that you put into this service are public.

mqqc documentation built on July 30, 2020, 3 p.m.