mkdir | R Documentation |
An utility function with an effect similar to Unix mkdir -p. Recursively create directory. If directory exists, do nothing.
mkdir(dir)
dir |
directory |
tmpdir = tempdir() beter:::mkdir(tmpdir) # dir already exists, no error or warning is reported
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.