makeTempDir | 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.