In this tutorial, attendees will learn basic data manipulation and visualizations in R using popular packages such as dplyr and ggplot. This workshop is designed for individuals with little to no background in computer programming or for those who want to get started in R.
A basic overview of the different panels and functions of R Studio will be given
An overview of how to use functions, assigning variables, and the different data types and structures such as column vectors, data frames, strings, and numerics will be explained
Attendees will learn how to import an excel or CSV file into R.
dplyr
tutorialAttendees will get to learn then try the different functions of dplyr
including mutate()
, select()
, filter()
, summarise()
, and arrange()
. Attendees will also learn the concept and application of piping.
ggplot
tutorialAttendees learn the parameters to input into 'ggplot' to construct and design different plots such as bar charts, scatter plots, box and whiskers, and more.