create_project_tree: Create project tree

View source: R/create_project.R

create_project_treeR Documentation

Create project tree

Description

This function creates a standard directory structure for scientific projects.

Usage

create_project_tree(rootdir = here::here())

Arguments

rootdir

Path to root directory where the structure will be created. Default: here::here().

Value

A character vector with paths to the directory structure.

Examples

rootdir <- file.path(tempdir(), paste0(sample(1:100, 1), "_tidyproj_ex"))
c <- create_project_tree(rootdir)

almeidasilvaf/tidyproj documentation built on Jan. 19, 2024, 3:56 p.m.