init: Initialize a new project

Description Usage Arguments

View source: R/courseR.r

Description

Creates the needed file structure at the given path

Usage

1
2
init(path = getwd(), name = basename(path), overwrite = TRUE,
  examples = TRUE)

Arguments

path

path to use to create a new project

name

name of the new project

overwrite

overwrite existing files or not

examples

should example content and assignment files be created


whitwort/courseR documentation built on Sept. 6, 2019, 1:14 a.m.