Description Usage Arguments Value Examples
View source: R/RemoveEmptyCols.R
Remove from data frame those columns that contain either:
- only empty values ("")
- only zeros (0)
- only NAs (NA)
1 |
x |
This is a data frame. |
The data frame used as an input without empty columns according to rules mentioned above.
1 2 3 4 | ## Not run:
cleanDataFrame <- RemoveEmptyCols(dataFrame)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.