Description Usage Arguments Value Examples
1 2 | complete.cases does not work on tibbles!
This function is written in package DataCombine style.
|
1 | DetectEmptyRows(x, Var = colnames(x), Ele = "All")
|
x |
data.frame |
Var |
columns determining complete cases. Can be column names or positions. Var is the determiner of empty rows. Other columns are ignored. |
Ele |
"All"(default), of elements in Var, the test results. The other option is "Any". |
df with rows of all-NA removed
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.