Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
The lapply() function
2. Example: list of weekly sales
Other apply() functions
The split-apply-combine pattern
Summary

Instruction

Throughout the lessons, we'll analyze the sale of smart bracelets that can be purchased through the website of a fictional company named Smartcom. This company stores information about its past week of sales in a list named sales. This list contains seven members, each representing a given day of the week. Each of these members contains a vector of 24 elements denoting the number of bracelets sold within each hour.

Exercise

Display the contents of the list named sales. Get familiar with that data.