R/file_dir.R
createDir.Rd
The function is particularly useful for scripting.
createDir(dir, showWarnings = FALSE, recursive = FALSE, mode = "0777")
Directory name
Passed to dir.create
Passed to dir.create
Passed to dir.create
Directory name (invisible)
tempdir <- tempdir()
createDir(tempdir)