Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/UtrechtUniversity/workshop-introduction-to-R-and-data
Material for the workshop 'Introduction to R & data'
https://github.com/UtrechtUniversity/workshop-introduction-to-R-and-data
Last synced: 20 days ago
JSON representation
Material for the workshop 'Introduction to R & data'
- Host: GitHub
- URL: https://github.com/UtrechtUniversity/workshop-introduction-to-R-and-data
- Owner: UtrechtUniversity
- Created: 2018-10-04T12:02:16.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T08:10:22.000Z (about 1 month ago)
- Last Synced: 2024-11-06T09:20:37.428Z (about 1 month ago)
- Language: HTML
- Homepage: https://utrechtuniversity.github.io/workshop-introduction-to-R-and-data/
- Size: 304 MB
- Stars: 28
- Watchers: 8
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Citation: CITATION.cff
Awesome Lists containing this project
- awesome-utrecht-university - workshop-introduction-to-R-and-data - Material for the workshop 'Introduction to R & data' by [RDM Support](https://www.uu.nl/en/research/research-data-management) (Projects / Education and workshops)
- awesome-utrecht-university - workshop-introduction-to-R-and-data - Material for the workshop 'Introduction to R & data' by [RDM Support](https://www.uu.nl/en/research/research-data-management) (Projects / Education and workshops)
README
# Workshop: Introduction to R & Data
This repository contains the workshop materials for the one-day workshop ['Introduction to R & Data'](https://www.uu.nl/en/research/research-data-management/training-workshops/introduction-to-r-data) at Utrecht University.
The workshop is organized regularly by [Research Data Management Support](https://www.uu.nl/en/research/research-data-management).**[Click here to go to the workshop materials](https://utrechtuniversity.github.io/workshop-introduction-to-R-and-data/)**
## Workshop description
R is a powerful programming language for data handling, data visualization, and statistics.
In this workshop, we aim to give you the tools to start exploring R and all it has to offer by yourself.The course will take you from the very basics in R syntax, to data handling and visualization using a set of packages designed for data science, known as the `tidyverse`.
We will also take some time to understand datasets and their architecture, preparing you to handle your own data in a clean, robust, and reproducible manner.
We will work in RStudio and introduce R scripts as well as the R Markdown format: the latter is a great way to combine code and its output with text, allowing you to code in a narrative and intuitive way.
Moreover, this way you produce a human-readable document with which you can easily share and showcase your work.## Upcoming workshops
Check [uu.nl/rdm](https://www.uu.nl/en/research/research-data-management/training-workshops/introduction-to-r-data) to see and register for upcoming workshops.## Installation requirements
This course requires three things to be installed:- The language **R**
- The IDE **Rstudio**
- The packages in **tidyverse**Information on how to install these (and troubleshoot the installation) is on the [installation guide](https://utrechtuniversity.github.io/workshop-intruduction-to-r-and-data/installation-and-setup.html).
## Course materials
You can best follow the materials using the online book that contains all course materials: https://utrechtuniversity.github.io/workshop-intruduction-to-R-and-data.
The following zipped file contains the files you need to follow along: [course-materials.zip](https://github.com/UtrechtUniversity/workshop-introduction-to-R-and-data/raw/main/course-materials.zip).
You can also see the individual files [here](course-materials).## Acknowledgements
The workshop 'Introduction to R & data' is developed and maintained by [Research Data Management Support](https://www.uu.nl/en/research/research-data-management) at Utrecht University.
- All videos were recorded by [Jacques Flores](https://www.uu.nl/medewerkers/jpflores) and [Barbara Vreede](https://github.com/bvreede)
- The earlier material were updated and further refined by [Neha Moopen](https://www.uu.nl/staff/NMoopen), [Jacques Flores](https://www.uu.nl/medewerkers/jpflores) and [Dorien Huijser](https://www.uu.nl/staff/DCHuijser)
- The course is based on earlier versions by [Jonathan de Bruin](https://github.com/J535D165) and [Tessa Pronk](https://github.com/TessaPr)