Please note, that in order to participate, you prefarably should be able to connect to the internet via either DTU if you are a student at DTU or eduroam if you are a student at another University. It is also possible to use your phone as an access point.
If you cannot connect to internet as described above, then please make sure, that you succesfully have 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.
You can install Tidyverse like so:
install.packages("tidyverse")
That's it! Now you're ready for CBio Thursday - Introducing Tidyverse in R.
See you soon!
- 18.00 - 18.10 1. Introduction to the Tidyverse philosophy
- 18.10 - 18.45 2. Reading in data using 'readr' (10 minutes lecture, 25 minutes exercises)
- 18.45 - 19.00 Break
- 19.00 - 19.45 3. Wrangling data 'dplyr' (10 minutes lecture, 35 minutes exercises)
- 19.45 - 20.00 Break
- 20.00 - 20.45 4. Visualising data 'ggplot' (10 minutes lecture, 35 minutes exercises)
- 20.45 - 21.00 Q&A and wrap up