Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Load the airquality dataset
- data(airquality)
- # Perform an exploratory data analysis
- summary(airquality)
- # The summary function will show NA counts for each column where they exist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement