BCB744 Introduction to R
1 Welcome
This section gathers the BCB744 Introduction to R material into one sequence: from opening RStudio for the first time to working with tidy data, figures, maps, and reproducible documents.
Use the detailed module page for timetable, assessment, and broader module context:
1.1 What This Section Does
This section gets you comfortable with the workflow of a real analysis: organise files, import data, inspect what came in, transform it, plot it, and keep a record of what you did.
By the end of this section you should be able to:
- navigate RStudio and manage project-based work;
- import, inspect, and transform common tabular datasets;
- write and render Quarto documents;
- produce figures and maps with
ggplot2; and - organise data using tidy data principles.
1.2 Chapter Sequence
The sequence moves from:
- getting started in R and RStudio,
- working with data and Quarto,
- graphics and mapping, and
- tidy data workflows and recap.
1.3 Suggested Route Through the Material
Start here if you are new to R:
- R and RStudio
- Working With Data and Code
- R Markdown and Quarto
- Data Classes and Structures in R
- R Workflows
Then move into visualisation and communication:
Then complete the data workflow block:
1.4 Assessment and Practice
Use these pages alongside the chapters:
1.5 Relationship to Biostatistics
The Intro R material prepares you for biostatistics by giving you the practical skills needed to read data, inspect distributions, visualise patterns, and document analyses clearly.
Reuse
Citation
@online{smit2026,
author = {Smit, A. J. and J. Smit, A.},
title = {BCB744 {Introduction} to {R}},
date = {2026-03-25},
url = {https://tangledbank.netlify.app/BCB744/intro_r/},
langid = {en}
}