- Notifications
You must be signed in to change notification settings - Fork240
Interactive Tutorials with R Markdown
License
rstudio/learnr
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Thelearnr package makes it easy to turn anyRMarkdown document into an interactivetutorial. Tutorials consist of content along with interactive componentsfor checking and reinforcing understanding. Tutorials can include any orall of the following:
Narrative, figures, illustrations, and equations.
Code exercises (R code chunks that users can edit and executedirectly).
Quiz questions.
Videos (supported services include YouTube and Vimeo).
Interactive Shiny components.
Tutorials automatically preserve work done within them, so if a userworks on a few exercises or questions and returns to the tutorial laterthey can pick up right where they left off.
Learn more about thelearnr package and try example tutorials onlineathttps://rstudio.github.io/learnr/.
Install the latest official learnr release from CRAN:
install.packages("learnr")Or you can install the most recent version in-development from GitHubwith theremotes package:
# install.packages("remotes")remotes::install_github("rstudio/learnr")learnr works best with a recentversion ofRStudio (v1.0.136 or later)which includes tools for easily running and previewing tutorials.
About
Interactive Tutorials with R Markdown
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
