Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joundso/r-introduction-uker-2022
Additional material to a short R introduction course. Partly German.
https://github.com/joundso/r-introduction-uker-2022
Last synced: about 2 months ago
JSON representation
Additional material to a short R introduction course. Partly German.
- Host: GitHub
- URL: https://github.com/joundso/r-introduction-uker-2022
- Owner: joundso
- Created: 2022-06-15T07:00:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T09:24:37.000Z (about 1 year ago)
- Last Synced: 2023-12-01T10:29:53.557Z (about 1 year ago)
- Language: R
- Homepage:
- Size: 527 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
title: "R Introduction"
output: github_document
---```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```:bulb: This repo holds additional material for the local introduction to R at University Hospital Erlangen (UKER). Partly German.
## Documents
- [01 Overview](./Rmd/01_overview.md)
- [02 Data structures](./Rmd/02_data_structures.md)- [05 Reproducible Analyses](./R/05_reproducible_analyses.R)