makeDirs | R Documentation |
Make directories
makeDirs(path, dirNameList = c())
path |
String with path to where the directories should be made |
dirNameList |
Vector of strings with names of directories to create (can include multilevel directories) |
Creates the directories listed in dirNameList
makeDirs(path=".",dirNameList=c("/txt","/rds/sample1"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.