R/dir.use.R

Defines functions dir.use

dir.use <- function(path, recursive = FALSE, ...) {
     if(!dir.exists(path))
        dir.create(path, recursive = recursive, ...)
     path
}
John-R-Wallace/JRWToolBox documentation built on April 20, 2024, 9:31 p.m.