Introduction to R (ResBaz Victoria 2024)

Introduction

This is workshop material for the “Introduction to R” workshop given by the Monash Genomics and Bioinformatics Platform for the ResBaz Victoria 2024. Our teaching style is based on the style of The Carpentries.

During the workshop we will be using Posit Cloud to use R over the web:

You can also install R on your own computer. There are two things to download and install:

R is the language itself. RStudio provides a convenient environment in which to use R, either on your local computer or on a server.

Source code

This book was created in R using the rmarkdown and bookdown packages!