Remove any columns where all the values are missing
Source:R/remove_all_na_cols.R
remove_all_na_cols.Rd
Pass a data frame and returns a version where all columns made up of entirely missing values are removed.
Details
This is used within rwa()
.