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

Instruction

Great! We can also use the is.na() function on a single column, for example:

census2017[is.na(census2017$age),]

This will list all rows with a missing value for age.

Exercise

Show census2018's rows in which the salary column is empty.