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

Instruction

Now it is time to remove any rows with missing values.

Exercise

Remove all rows with NA values from the orders table. Assign the results to the orders variable.

Stuck? Here's a hint!

Use the na.omit() function.