make_project: Create a now project directory

Description Usage Arguments Value Examples

View source: R/make_project.R

Description

Create a now project directory

Usage

1
make_project(path, ref = TRUE)

Arguments

path

Absolute or relative project path. If the directory does not exist, it will be created. Spaces will be replaced by a graceful underscore _ in the files names. Note that it is a (very) good practice to have no white space or weird characters in your project name

ref

A boolean. if TRUE, a References folder will be created to hold the literature related to your project

Value

A beautifully organised project folder

Examples

1
2
3
4
## Not run: 
make_project("kickassAnalysis")

## End(Not run)

nibortolum/manageproject documentation built on Nov. 4, 2021, 10:24 p.m.