September 2018
Beginner
206 pages
4h 27m
English
Scenario
You need to teach a coworker how to use apply functions. You write them a reproducible example using the mtcars dataset.
Aim
To summarize the variables in the mtcars data set using apply().
Prerequisites
Make sure you have R and RStudio installed on your machine. The datasets package should be installed.
Steps for Completion