startLab: Starts a new lab.

View source: R/lab.R

startLabR Documentation

Starts a new lab.

Description

This will copy the lab and associated files to the 'dest_dir' directory (the default is the current working directory) and then open that Rmd file to begin editing (probably in RStudio).

Usage

startLab(l, dest_dir = getwd())

Arguments

l

the lab name (see getLabs for available labs).

dest_dir

where the lab template will be copied to.

Value

the full path to the new Rmarkdown file for the lab.


jbryer/DATA606 documentation built on Nov. 21, 2024, 8:02 p.m.