In this live codealong, you will be introduced to the basics of exploring new datasets in R. We'll explore a dataset about customers' paths through a website to analyze their onboarding experience. You will calculate summary statistics and draw visualizations to generate insights. After the code-along, you will get access to a solution notebook to use as a future reference!
Learning by doing is encouraged, and you can follow along using DataLab. All you need is a DataCamp account. Note that members of some enterprise groups do not yet have access to use DataLab. Create a free DataCamp account with your personal email address to follow along.
Key takeaways
-
How to use the dplyr package to manipulate data and calculate summary statistics.
-
How to use the ggplot2 and plotly packages to draw data visualizations.
-
How exploratory data analysis is used to get insights about your data.
Additional resources