download_class_code: Download code related to the class

Description Usage Arguments Examples

View source: R/download_functions.R

Description

This function downloads code that will be used in class from the class GitHub repository.

Usage

1
download_class_code(class_number, with_answers = FALSE)

Arguments

class_number

A number indicating which class we should get the code for.

with_answers

A boolean indicating whether you want the class Markdown document that contains all the code filled out, or you want the version that will be used in class where we fill out the solutions as you go.

Examples

1
2
 # Download code from the first class
 ## Not run: download_class_code(1)

emeyers/ClassTools documentation built on Jan. 30, 2021, 11:28 a.m.