R Programming

Class Overview

Below are materials from several R programming instructional tutorials. The topics and links with instructional information and videos are listed on these pages. More content and instructional videos will be added frequently!

Class Github

Code and data associated with each course can be found on Github here: https://github.com/kelsey-huntzberry/DataAnalysisLab



Introduction to R

Class 1: Introduction to R, Installation, and Importing Data

Class 2: Data Types and Structures

Class 3: Essential Data Operations

Class 4: Indexing

Class 5: Graphing in ggplot2

Intermediate R

Class 1: Data Manipulation with dplyr

Class 2: User-Defined Functions