Description Usage Arguments Value Author(s) Examples
create a directory
1 | create_dir(r_dir, s_dir = NULL)
|
r_dir |
root directory |
s_dir |
sub directory |
directory name
Hanming Tu
1 2 3 4 5 6 7 | ## 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.