View source: R/create_project.R
create_project_tree | R Documentation |
This function creates a standard directory structure for scientific projects.
create_project_tree(rootdir = here::here())
rootdir |
Path to root directory where the structure will be created.
Default: |
A character vector with paths to the directory structure.
rootdir <- file.path(tempdir(), paste0(sample(1:100, 1), "_tidyproj_ex"))
c <- create_project_tree(rootdir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.