gen_dirs_vec | R Documentation |
Generate batch directories
gen_dirs_vec(media, final)
media |
character. First part of director path, with dash '/' at the end |
final |
vector. Bundle of final directory name, without dash '/'. |
## Not run:
dir_final <- c("01-machine",
"02-fertilizer",
"03-plastic",
"04-pesticide",
"05-test")
dir_media <- "data-raw/rural-yearbook/part03-agri-produce/"
gen_dirs_vec(media = dir_media, final = dir_final)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.