Removes empty columns from a data.frame.
This function is deprecated, use remove_empty("cols")
instead.
remove_empty_cols(dat)
dat |
the input data.frame. |
Returns the data.frame with no empty columns.
# not run: # dat %>% remove_empty_cols
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.