classification_project: Classification Project Template

Description Usage Arguments Examples

Description

Create a template directory of subdirectories and files for a classification project.

Usage

1
2
3
classification_project(path = "new", open = is.global(2))

is.global(n = 1)

Arguments

path

The path (including project name) for the project.

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.

n

The number of generations to go back. If used as a function argument n should be set to 2.

Examples

1
2
3
4
## Not run: 
classification_project()

## End(Not run)

trinker/termco documentation built on Jan. 7, 2022, 3:32 a.m.