download_class_code: Download code related to the class

View source: R/download_functions.R

download_class_codeR Documentation

Download code related to the class

Description

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

Usage

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

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


emeyers/SDS230 documentation built on Jan. 18, 2024, 1:01 a.m.