Welcome!
Join us, learn R, and use your powers for good.
Goals
Objectives
By the end of this training, you should be able to:
Master the use of RStudio interactive environment
Install R packages
Explore and understand how to use the R documents
Load data into R from various sources
Undertand different data types and data structures
Use the tidyverse packages to manipulate data frames
Understand how to create and manipulate dates
Create plots using ggplot2
Write user-defined functions
Use control statements
Write loops
Use apply family of functions to iterate funtions across data
Reshape data
Join tables
Identify and deal with missing data
Manipulate strings
Conduct basic data analysis using R