r-learning

star 5

R learning and education packages. Use for interactive R tutorials and educational content.

LeoLin990405 By LeoLin990405 schedule Updated 1/30/2026

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
Install via CLI
npx skills add https://github.com/LeoLin990405/r-analytics-skill --skill r-learning
Repository Details
star Stars 5
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
LeoLin990405
LeoLin990405 Explore all skills →