A few functions to manage NA are na.omit(), na.fail(), na.pass(), is.na()
na.fail returns the object if it does not contain any missing values, and signals an error otherwise. na.omit returns the object with incomplete cases removed. na.pass returns the object unchanged. is.na() checks if element is NA.