R/utils.R
mkdir.Rd
Creates a directory.
mkdir(d)
Directory to create.
If the directory exists, do nothing. If it doesn't, create it and invisibly return a logical indicating if the operation succeeded.