Skip to content
Snippets Groups Projects
Commit 5247dd0a authored by Martin Hustoles's avatar Martin Hustoles
Browse files

Uploaded Files

parent 59747f16
No related branches found
No related tags found
No related merge requests found
Showing
with 223 additions and 0 deletions
learnr::run_tutorial("Test.R")
learnr::run_tutorial("Test.R")
learnr::run_tutorial("Test1.R")
learnr::run_tutorial("Test1.Rmd")
# Datenbasis
```{r addition, exercise=TRUE}
```{r addition, exercise=TRUE}
rmarkdown::render("Test1.Rmd")
library(learnr)
{
"sortOrder": [
{
"columnIndex": 2,
"ascending": true
}
],
"path": "~/DCProject"
}
\ No newline at end of file
{
"activeTab": 0
}
\ No newline at end of file
{
"left": {
"splitterpos": 398,
"topwindowstate": "NORMAL",
"panelheight": 959,
"windowheight": 997
},
"right": {
"splitterpos": 598,
"topwindowstate": "NORMAL",
"panelheight": 959,
"windowheight": 997
}
}
\ No newline at end of file
{
"TabSet1": 0,
"TabSet2": 0,
"TabZoom": {}
}
\ No newline at end of file
~/DCProject/Test1.html
~/DCProject/Test1.html
~/DCProject/Test1.html
~/DCProject/Test1.html
~/DCProject/Test1.html
{"active_set":"","sets":[]}
\ No newline at end of file
{
"id": "E5A11E2A",
"path": "~/DCProject/Test1.Rmd",
"project_path": "Test1.Rmd",
"type": "r_markdown",
"hash": "2619856300",
"contents": "",
"dirty": false,
"created": 1687788168311.0,
"source_on_save": false,
"relative_order": 1,
"properties": {
"tempName": "Untitled1",
"source_window_id": "",
"Source": "Source",
"cursorPosition": "41,3",
"scrollLine": "0",
"rmdVisualMode": "false",
"rmdVisualCollapsedChunks": "",
"rmdVisualModeLocation": "179:117",
"rmdVisualWrapConfigured": "true",
"docOutlineVisible": "1"
},
"folds": "",
"lastKnownWriteTime": 1687792797,
"encoding": "UTF-8",
"collab_server": "",
"source_window": "",
"last_content_update": 1687792797942,
"read_only": false,
"read_only_alternatives": []
}
\ No newline at end of file
---
title: "Tutorial Data Science"
author: |
|Projektgruppe 01
|Martin Hustoles
|Marcel Kehrberg
|Kevin Kirsten
date: "Abgabedatum: 03.07.2023"
output:
learnr::tutorial:
toc: true
toc_depth: 1
theme: cerulean
runtime: shiny_prerendered
---
## Titelseite
### Lernziel
Ziel dieses Tutorial ist es, ein interaktives Tool aufzubauen um einen Teil der in der Vorlesung vermittelten Inhalte zu vermitteln und gleichzeitig unsere Datenbasis passend aufzubereiten,zu analysieren und die Ergebnisse zu visualisieren.
### Info
Modul: Data Science
Semester: SS23
Dozent: Uwe Kloos
Projektgruppe: 01
Gruppenmitglieder: Martin Hustoles, Marcel Kehrberg, Kevin Kirsten
Abgabedatum: 03.07.2023
## Datenbasis
### Beschreibung der Datenherkunft
## Datenaufbereitung
## Datenanalyse
## Ergebnispräsentation
## Teaminfos
```{r addition, exercise=TRUE}
1 + 1
```
\ No newline at end of file
{
"tempName": "Untitled1",
"source_window_id": "",
"Source": "Source",
"cursorPosition": "17,0",
"scrollLine": "0"
}
\ No newline at end of file
{
"tempName": "Untitled1",
"source_window_id": "",
"Source": "Source",
"cursorPosition": "0,0",
"scrollLine": "0"
}
\ No newline at end of file
{
"source_window_id": "",
"Source": "Source"
}
\ No newline at end of file
{
"tempName": "Untitled1",
"source_window_id": "",
"Source": "Source",
"cursorPosition": "26,23",
"scrollLine": "8",
"rmdVisualMode": "false",
"rmdVisualCollapsedChunks": "",
"rmdVisualModeLocation": "179:117",
"rmdVisualWrapConfigured": "true",
"docOutlineVisible": "1"
}
\ No newline at end of file
{
"tempName": "Untitled1",
"source_window_id": "",
"Source": "Source",
"cursorPosition": "41,3",
"scrollLine": "0",
"rmdVisualMode": "false",
"rmdVisualCollapsedChunks": "",
"rmdVisualModeLocation": "179:117",
"rmdVisualWrapConfigured": "true",
"docOutlineVisible": "1"
}
\ No newline at end of file
C%3A%2FUsers%2FKevin%2FOneDrive%2FDokumente%2FDCProject%2FTest.R="0D5E7A27"
C%3A%2FUsers%2FKevin%2FOneDrive%2FDokumente%2FDCProject%2FTest1.Rmd="C59271C0"
~%2FDCProject%2FTest.R="2D6DB83E"
~%2FDCProject%2FTest1.Rmd="D98A9D20"
~%2FDCProject%2FTest1.html="8CA34FDC"
{"chunk_definitions":[],"doc_write_time":1687788278}
\ No newline at end of file
{"chunk_definitions":[],"doc_write_time":1687788278}
\ No newline at end of file
C:/Users/Kevin/OneDrive/Dokumente/DCProject/Test.R="E044AA55"
C:/Users/Kevin/OneDrive/Dokumente/DCProject/Test1.Rmd="AEDB2DF4"
C:/Users/Kevin/OneDrive/Dokumente/DCProject/Test1.html="7D18ABEB"
---
title: "Tutorial Data Science"
author: |
|Projektgruppe 01
|Martin Hustoles
|Marcel Kehrberg
|Kevin Kirsten
date: "Abgabedatum: 03.07.2023"
output:
learnr::tutorial:
toc: true
toc_depth: 1
theme: cerulean
runtime: shiny_prerendered
---
```{r setup, include=FALSE}
library(learnr)
```
## Titelseite
### Lernziel
Ziel dieses Tutorial ist es, ein interaktives Tool aufzubauen um einen Teil der in der Vorlesung vermittelten Inhalte zu vermitteln und gleichzeitig unsere Datenbasis passend aufzubereiten,zu analysieren und die Ergebnisse zu visualisieren.
### Info
Modul: Data Science
Semester: SS23
Dozent: Uwe Kloos
Projektgruppe: 01
Gruppenmitglieder: Martin Hustoles, Marcel Kehrberg, Kevin Kirsten
Abgabedatum: 03.07.2023
## Datenbasis
### Beschreibung der Datenherkunft
## Datenaufbereitung
## Datenanalyse
## Ergebnispräsentation
## Teaminfos
Wer hat was erstellt/implementiert:
Martin Hustoles:
Marcel Kehrberg:
Kevin Kirsten:
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