View source: R/janitor_deprecated.R
remove_empty_cols | R Documentation |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.