new_project: Project Template

Description Usage Arguments Details Value

View source: R/new_project.R

Description

Generate a project template to increase efficiency.

Usage

1
new_project(project = "new", path = getwd(), open = is.global(2), ...)

Arguments

project

A character vector of the project name.

path

The path to where the project should be created. Default is the current working directory.

open

logical. If TRUE the project will be opened in RStudio. The default is to test if new_project is being used in the global environment, if it is then the project directory will be opened.

...

ignored.

Details

The project template includes these main directories and scripts:

The template comes with a .Rproj file. This makes operating in RStudio very easy. The file can be kept on the desktop or a git application such as github, bitbucket or dropbox, depending on what the client/research team is comfortable utilizing.

Value

Creates a project template.


trinker/qdap documentation built on Sept. 30, 2020, 6:28 p.m.