Skip to content
Snippets Groups Projects
Commit e4270055 authored by Nikolay Nikolaev's avatar Nikolay Nikolaev
Browse files

Lino Fix

parent badd90c1
No related branches found
No related tags found
1 merge request!1Nikobranch
...@@ -7,6 +7,7 @@ runtime: shiny_prerendered ...@@ -7,6 +7,7 @@ runtime: shiny_prerendered
```{r setup, include=FALSE} ```{r setup, include=FALSE}
library(learnr) library(learnr)
library(readxl) library(readxl)
options(scipen = 10)
gameData <- read_excel("bgg_dataset.xlsx", sheet = "Sheet") gameData <- read_excel("bgg_dataset.xlsx", sheet = "Sheet")
knitr::opts_chunk$set(echo = FALSE) knitr::opts_chunk$set(echo = FALSE)
``` ```
...@@ -197,7 +198,6 @@ quiz( ...@@ -197,7 +198,6 @@ quiz(
) )
``` ```
## Datenanalyse ## Datenanalyse
In diesem Teil wird beschrieben, wie man verschiedene Daten mit Funktionen ermitteln kann.\ In diesem Teil wird beschrieben, wie man verschiedene Daten mit Funktionen ermitteln kann.\
...@@ -308,7 +308,7 @@ quiz( ...@@ -308,7 +308,7 @@ quiz(
answer("Wahr", correct = TRUE), answer("Wahr", correct = TRUE),
answer("Falsch") answer("Falsch")
), ),
question("Spiele mit hoeherem Complexity haben hoehere Play Time.", question("Spiele mit hoeherem Complexity Score haben hoehere Play Time.",
answer("Wahr", correct = TRUE), answer("Wahr", correct = TRUE),
answer("Falsch") answer("Falsch")
) )
...@@ -316,7 +316,6 @@ quiz( ...@@ -316,7 +316,6 @@ quiz(
``` ```
## Ergebnispräsentation ## Ergebnispräsentation
### Streudiagramm ### Streudiagramm
......
This diff is collapsed.
tutorial_page_files/figure-html/lm-plot-example-1.png

10.3 KiB | W: | H:

tutorial_page_files/figure-html/lm-plot-example-1.png

9.9 KiB | W: | H:

tutorial_page_files/figure-html/lm-plot-example-1.png
tutorial_page_files/figure-html/lm-plot-example-1.png
tutorial_page_files/figure-html/lm-plot-example-1.png
tutorial_page_files/figure-html/lm-plot-example-1.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment