| wd_mkdir | R Documentation |
When creating a subdirectoy, all parent directories have to exist on the server.
wd_mkdir(req, directory)
req |
request handle obtained from |
directory |
directory path on server |
TRUE on success, FALSE on failure (invisibly)
## Not run:
# creates 'newdir' inside the subdirectory 'existing/directory'
wd_mkdir(r, "existing/directory/newdir")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.