Description
The Fundamentals of R course covers three main topics.
1. RMarkdown
RMarkdown allows you to combine all of your work with data alongside your narrative text. No more going back and forth between multiple apps to produce a report — do it all in RMarkdown.
2. Data Wrangling and Analysis
Using a tidyverse-centric approach, learn to wrangle your data into the format you need. Then see the power of R as you quickly produce a range of analyses on your data.
3. Data Visualization
R is used to produce much of the high-quality data visualization work you see today. Learn to use the famous ggplot2 package to build visualizations to effectively communicate your results.