R/data-utils.R
listwise_deletion.Rd
This function removes rows with missingness based on the columns provided. If rows are dropped, a message is displayed to the user to inform them of this fact.
listwise_deletion(data, ...)
The original data with all observations which are fully observed.