remotes::install_github("volkerschmid/lerndeutsch")
Schreibe deutsche JSON-Datei:
write.de.json()
output:
learnr::tutorial:
language: de.json
runtime: shiny_prerendered
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
library(learnr)
library(gradethis)
library(lerndeutsch)
```
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.