Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstudio/learnr
Interactive Tutorials with R Markdown
https://github.com/rstudio/learnr
interactive python r r-package rmarkdown rstats shiny sql teaching tutorial
Last synced: 6 days ago
JSON representation
Interactive Tutorials with R Markdown
- Host: GitHub
- URL: https://github.com/rstudio/learnr
- Owner: rstudio
- License: apache-2.0
- Created: 2016-10-19T16:33:44.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T18:30:49.000Z (5 months ago)
- Last Synced: 2025-01-16T03:21:08.670Z (10 days ago)
- Topics: interactive, python, r, r-package, rmarkdown, rstats, shiny, sql, teaching, tutorial
- Language: R
- Homepage: https://pkgs.rstudio.com/learnr
- Size: 23.1 MB
- Stars: 715
- Watchers: 33
- Forks: 239
- Open Issues: 148
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-LearnRwithR - github-repo - Official github repository. (Content / R-Package Links)
- jimsghstars - rstudio/learnr - Interactive Tutorials with R Markdown (R)
README
---
title: "learnr"
output: md_document
---```{r child="man/rmd-fragments/badges.Rmd"}
``````{r child="man/rmd-fragments/learnr-overview.Rmd"}
```Learn more about the **learnr** package and try example tutorials online at .
## Installation
```{r child="man/rmd-fragments/learnr-install.Rmd"}
```