I've been suprised that we don't have a function to remove all cols that have at least one missing?
like data_complete() or data_remove_missing()
Fairly low maintenance cost for quite a useful convenience feature?
This function could potentially have an argument (e.g., report=TRUE) to return a return a report, for each observation, of how many missing cols and in what cols?