start_project: Initiate R project with defaults

Description Usage Arguments Value

View source: R/project_setup.R

Description

start_project() is a function that does three things:

  1. Relies on usethis::create_project() to setup a new R project.

  2. Calls on create_project_folders() to populate project with relevant folders.

  3. Writes a setup script using write_rsetup()

Usage

1
start_project(dir = NULL, proj_name = NULL, ...)

Arguments

dir

Path to where project folder should go

proj_name

Character, name of project

...

Other arguments

Value

Message if successful


AndreSjuve/flowaid documentation built on Dec. 17, 2021, 8:50 a.m.