Skip to content

ARawles/teacheR-extras

Repository files navigation

teacheR

This repository holds the additional training material for the teacheR book.

These include a set of 4, 1-hour presentations meant to be delivered alongside the teacheR book (and also parts of the opeRate book. These cover similar topics to the book(s) in an abridged version. The rough structure of these presentations is:

  1. Introduction to R
  • What is R?
  • What is RStudio?
  • Packages
  • Variables and data types
  1. Data Structures and Functions
  • Data structures
    • Vectors
    • Lists
    • Dataframes
  • Functions
    • What is a function?
    • How to use a function
  1. Data Analysis
  • Workflows
  • %>% and the Tidyverse
  • Loading and cleaning data
  1. Data Analysis Pt. 2
  • Summarising data
  • Plotting

There is also a set of interactive exercises (WIP).