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

Instruction

Finally, let's remove all the missing values.

Exercise

In the employees data frame, remove all rows containing an NA value.

Stuck? Here's a hint!

Use the na.omit() function and reassign the result to the employees variable.