Due to time constraints, it is super important that you make sure to go through the following before the workshop:
Please note, the following internet connectivity options sorted according to descending speed/stability:
- DTU net if you are a student at DTU
- Eduroam if you are a student at another University
- DTU guest accounts (Arranged by CBIOvikings)
- Your phone as an access point
It is possible to attend the workshop with no internet connection, however then you must have succesfully installed the latest version of R and also the RStudio IDE. Note you must install R
first and then RStudio
.
If you have internet access, then go to RStudio Cloud and create an account and start a new project.
Once you have either R/RStudio
running on your laptop or created an RStudio Cloud account, you can install Tidyverse like so:
install.packages("tidyverse")
Congratulations! That's it! Now you're ready for the workshop - See you soon! Please be on time, we will start at 18.00
----- Do not proceed any further, we will go over the following at the workshop -----
-
18.00 - 18.10 1. Introduction to the Tidyverse philosophy and the pipe (
magrittr
) [Slides] -
18.10 - 18.40 2. Data structures (
tibble
) and reading in data (readr
) (10 minutes lecture, 20 minutes exercises, 5 minutes wrap up) [Slides, Exercises] -
18.40 - 18.45 2. Data structures and reading in data - Exercises wrap up
-
18.45 - 19.00 Break
-
19.00 - 19.40 3. Wrangling data (
dplyr
) (10 minutes lecture, 30 minutes exercises, 5 minutes wrap up) [Slides, Exercises] -
19.40 - 19.45 3. Wrangling data - Exercises wrap up
-
19.45 - 20.00 Break
-
20.00 - 20.40 4. Visualising data (
ggplot
) (10 minutes lecture, 30 minutes exercises, 5 minutes wrap up) [Slides, Exercises] -
20.40 - 20.45 4. Visualising data - Exercises wrap up
-
20.45 - 21.00 Q&A and workshop wrap up [Slides]