powered by
create a directory
create_dir(r_dir, s_dir = NULL)
root directory
sub directory
directory name
# NOT RUN { s1 <- tempdir() s2 <- "myRepo" # create dir /{s1}/myRepo if it does not exist d1 <- create_dir(s1, s2) # }
Run the code above in your browser using DataLab