create: Create and Scaffold an Opportunities for Improvement Project

createR Documentation

Create and Scaffold an Opportunities for Improvement Project

Description

Create and Scaffold an Opportunities for Improvement Project

Usage

create(
  name,
  existing.project = TRUE,
  open.readme = rlang::is_interactive(),
  setup.database.access = TRUE,
  verbose = TRUE
)

Arguments

name

Character. The name of your project. No default.

existing.project

Logical. If TRUE it will check if a directory named name exists in the current working directory or if your current working directory is name, and if so create the project in that directory. If FALSE it will abort if a directory called name already exists. Defaults to TRUE.

setup.database.access

Logical. If TRUE some additional steps are added to the create project process where the user is asked to setup database access.

verbose

Logical. If TRUE the function reports back when important steps have been completed. Defaults to TRUE.


martingerdin/rofi documentation built on Dec. 3, 2024, 12:10 a.m.