Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)