Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Final quiz

Instruction

Okay, now we need some information about the expenses of Hidoni’s residents.

Exercise

Load the CSV file data/expenses.csv into memory, and assign it to a variable named expenses.

Stuck? Here's a hint!

Type:

expenses <- read_csv("data/expenses.csv")