Skip to content
Snippets Groups Projects
Commit d7eab4fb authored by Languillaume, Antoine's avatar Languillaume, Antoine
Browse files

Create project architecture

parent 56bf3551
Branches
No related tags found
No related merge requests found
dir_arch <- list(data = list("raw", "processed", "definitions_protocols"),
results = list("raw", "tables", "figures", "reports"),
scripts = "/",
writing = "/")
dir_names <- mapply(function(x, y) file.path(getwd(), x, y), names(dir_arch), dir_arch)
dir_names <- unlist(dir_names)
invisible(lapply(dir_names, dir.create, recursive = TRUE))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment