Introduction to data analysis and visualization with R
Welcome
Welcome to the R Workshop! Get ready to dive into the world of data analysis with R, a powerful tool for crunching numbers and visualizing trends.
We’ll start by getting familiar with R and RStudio, the software we’ll use to write and run our code.
Then, we’ll learn how to bring data into R from different sources like spreadsheets and databases.
Once we’ve got our data, we’ll use the tidyverse
package to clean it up and get it ready for analysis.
Next up, we’ll create some awesome charts and graphs with ggplot2
, R’s go-to tool for data visualization.
Finally, we’ll wrap things up by learning how to write reports using RMarkdown, so you can share your findings with others.
Datasets for this workshop can be downloaded from here