powered by
The function is particularly useful for scripting.
createDir(dir, showWarnings = FALSE, recursive = FALSE, mode = "0777")
Directory name
Passed to dir.create
Directory name (invisible)
# NOT RUN { tempdir <- tempdir() createDir(tempdir) # }
Run the code above in your browser using DataLab