Further reading

General R resources

  • WEHI R course: this is a great resource for learning R from the ground up, with a focus on data analysis in biology.
  • R for Data Science: this is a great online book that teaches you to do data science with R. Covering a wide range of topics using the tidyverse packages.
  • The R Gallery: this shows a range of plots that can be created in R using ggplot2 with associated code for each plot.
  • The paletteer gallery: this is a visual showcase of the nice colour palettes contained in the paletteer package. Really helpful for making your plots look cute!
  • R-bloggers: this is a blog that aggregates posts from a wide range of R bloggers. It is a great resource for finding out about new packages and techniques in R.
  • Datacamp R documentation: this provides a reference to a lot of programming and data analysis in R using base R functionality.
  • Quarto: this allows you to turn your R scripts into reports that combine code, the output of that code and text you can write to explain it. In fact, this whole course book was written using Quarto! There is also a good explanation in the R for Data Science book about why quarto is useful for data analysis
  • RLadies Melbourne events: RLadies Melbourne is the Melbourne chapter of the global RLadies organisation. They regularly run educational workshops using R, and events are open to everyone!