View source: R/download_functions.R
download_class_code | R Documentation |
This function downloads code that will be used in class from the class GitHub repository.
download_class_code(class_number, with_answers = FALSE)
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. |
# Download code from the first class
## Not run: download_class_code(1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.