| create_dir | R Documentation |
create a directory
create_dir(r_dir, s_dir = NULL)
r_dir |
root directory |
s_dir |
sub directory |
directory name
Hanming Tu
## Not run:
s1 <- tempdir()
s2 <- "myRepo"
# create dir /{s1}/myRepo if it does not exist
d1 <- create_dir(s1, s2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.