R learning and education packages. Use for interactive R tutorials and educational content.
Scanned 6/4/2026
Install via CLI
openskills install LeoLin990405/r-analytics-skill---
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
```r
# 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
No comments yet. Be the first to comment!