Sales
YOU
2021-01-24
library(tidyverse) library(readxl)
Read in the Excel file called
sales.xlsx
from the
data-raw/
folder such that it looks like the following.
Stretch goal:
Manipulate the sales data such such that it looks like the following.
References
Assignment Adapted from
Mine Cetinkaya-Rundel’s Data Science in a Box