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

Instruction

We don't need the domain column, so we’ll delete it from our dataset.

Exercise

Delete the domain column from the personal_info dataset. Assign the modified dataset back to itself.

Stuck? Here's a hint!

Type:

personal_info <- select(personal_info, -domain)