makeTempDir {alakazam} | R Documentation |
makeTempDir
creates a randomly named temporary folder in the
system temp location.
makeTempDir(prefix)
prefix |
prefix name for the folder. |
The path to the temporary folder.
This is just a wrapper for tempfile and dir.create.
makeTempDir("Clone50")