Are there any examples of dataset in base R that contain missing values? I've been looking through each one in turn and also searched using google-nothing so far.
library(MASS)
data()
Edit: I know how to add missing values to a dataset in R, I just want to know if any such datasets exist.