powered by
makeTempDir creates a randomly named temporary folder in the system temp location.
makeTempDir
makeTempDir(prefix)
The path to the temporary folder.
prefix name for the folder.
This is just a wrapper for tempfile and dir.create.
makeTempDir("Clone50")
Run the code above in your browser using DataLab