make_project: Create new project in R studio

Description Usage Arguments Details Value Examples

Description

User creates new project with name of their choosing

Usage

1
2
3
4
5
6
7
make_project(
  project,
  path = getwd(),
  folders = c("figures", "documentation", "data", "reports", "R"),
  readme = "README.md",
  git = FALSE
)

Arguments

project

name of new project

path

gets working directory unless user specifies otherwise

folders

list of subdirectories called figures, documentation, data, reports, and R

readme

creates a readme file

git

creates a git repository for the new project should the user make parameter equal TRUE

Details

User can can create a new project, specify the directory its located in, create subdirectories, create a readme file, and specify whether or not they want a git repository

Value

Returns a new project placed in the current working directory

Examples

1
## Not run: make_project("newproject")

acolorado1/dsproject documentation built on Dec. 31, 2020, 6:43 p.m.