Helper Functions for Creating Tutorials
Check Key Variables in List of Tibbles
Format RMarkdown tutorial code chunks
Return all the paths to the tutorials in a package
Configure Positron Settings
Check current tutorial
Check Membership in List of Tibbles
Confirm that a tutorial has the recommended components
Determine the code chunk name of a new exercise in a tutorial.
Finds the number of the next exercise in a tutorial
Package build dependencies
Download Files from a Google Drive Folder
Add a tutorial code exercise or question to the active document
Gather Submissions
Return a list of tutorial answers
Knit a set of tutorials
Match Questions by Pattern
Open Multiple GitHub Pages in Browser Tabs
Configure R Profile Settings for Better User Experience
Display the contents of a text file that match a pattern
Tutorial submission functions
Extract Answers from Submissions with Filtering
Process Submissions Summary
Write tutorial answers to file
Helper functions for creating, editing, and testing tutorials created with the 'learnr' package. Provides a simple method for allowing students to download their answers to tutorial questions. For examples of its use, see the 'r4ds.tutorials' package.
Useful links