scripts/cleanCache.R

{setwd("C:/Users/Miguel/Desktop/cosas de R/content-preprocessorInR")

arcCache <- list.files(path = "content-preprocessorinr/testFiles/cache",
                   recursive = TRUE
                     ,full.names = TRUE
                     ,all.files = TRUE)
invisible(file.remove(arcCache))
}
miferreiro/bdp4R documentation built on May 20, 2019, 12:59 a.m.