launch_class: Launch Rmd files for in-class activities

View source: R/launch_class.R

launch_classR Documentation

Launch Rmd files for in-class activities

Description

This function launches the named class Rmd file

Usage

launch_class(
  class = 1,
  topic = "General",
  show_answers = FALSE,
  testing = FALSE
)

Arguments

class

Integer indicating the relevant project number

topic

Character indicating the desired topic. Options include "General" and "Biology"

show_answers

Logical (default == FALSE). If this parameter is set to TRUE, answers will be shown in the .Rmd file

testing

Logical (default == FALSE). Appropriate path is selected depending on what environment the package is running in. USERS CAN IGNORE.

Value

opens the corresponding Rmd file in RStudio

Author(s)

Akshay Bareja


hirscheylab/tidybiology documentation built on May 20, 2022, 10:55 p.m.