name: r-learning description: R learning and education packages. Use for interactive R tutorials and educational content.
R Learning
Interactive learning tools for R.
Overview
| Package | Purpose |
|---|---|
| swirl | Interactive R tutorials in console |
| learnr | Interactive tutorials with Shiny |
Quick Start
# swirl - Console-based learning
library(swirl)
swirl()
# learnr - Web-based tutorials
library(learnr)
run_tutorial("hello", package = "learnr")
Sub-skills
- swirl: Interactive console-based R tutorials
- learnr: Interactive Shiny-based tutorials