https://github.com/joao-conde/fer-itrpl
Repository to host the "Introduction to R programming language" class exercises, a course @ FER
https://github.com/joao-conde/fer-itrpl
r r-programming rmd
Last synced: 7 months ago
JSON representation
Repository to host the "Introduction to R programming language" class exercises, a course @ FER
- Host: GitHub
- URL: https://github.com/joao-conde/fer-itrpl
- Owner: joao-conde
- Created: 2019-10-14T15:46:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T17:12:46.000Z (over 5 years ago)
- Last Synced: 2025-01-12T18:38:53.842Z (9 months ago)
- Topics: r, r-programming, rmd
- Language: R
- Homepage: https://www.fer.unizg.hr/en/course/itrpl
- Size: 8.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction to R programming language
This course unit was taken at the [Faculty of Electrical Engineering and Computing (FER)](https://www.fer.unizg.hr/en), in Zagreb, during an **ERASMUS+ exchange.**
The course unit [*Introduction to R programming language*](https://www.fer.unizg.hr/en/course/itrpl) was taught by [Prof. Damir Pintar](https://www.fer.unizg.hr/damir.pintar) and all the workbooks and homeworks as well as their theoretical explanations and questions were provided by him.
My solutions are directly written in these [workbooks](workbooks/) and [homeworks](homeworks/).
```
├── exams -- RMD (R Markdown) files with executable R chunks for midterm and final exams
├── homeworks -- RMD (R Markdown) files with executable R chunks for homework exercises
├── project -- RMD (R Markdown) files with executable R chunks for project
└── workbooks -- RMD (R Markdown) files with executable R chunks for workbook exercises
```