start_project: start_project

View source: R/start_project.R

start_projectR Documentation

start_project

Description

Creates and opens a new project and project dirctory with useful files.

Usage

start_project(name, directory = getwd(), readme = TRUE, gitignore = TRUE)

Arguments

name

Name of the project and the directory.

directory

A path from the home directory of the computer to the new directory you want created.

readme

Add an Urban Institute README to the project

gitignore

Add an R .gitignore to the project


UrbanInstitute/urbntemplates documentation built on April 27, 2022, 4:35 a.m.