make_project: Make a Project

Description Usage Arguments Value Examples

Description

This function creates a project and relevant files within the project location.

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 project.

path

location of project.

folders

names of relevant folders.

readme

readme. Default is markdown file.

git

enable git. Default is FALSE.

Value

a RProject.

Examples

1
# make_project(cats)

phillip-wong/dsproject documentation built on Dec. 31, 2020, 2 a.m.