Description Usage Arguments Value Examples
1 2 3 4 5 6 |
1 | DetectOnlyNonEmptyVarsInRows(x, Var = colnames(x), Ele = "All", EleO = "All")
|
x |
data.frame |
Var |
columns determining complete cases. Can be column names or positions. |
Ele |
"All"(default), of elements in Var, the test results. Other option is "Any". |
EleO |
"All"(default), of elements in 'other than 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 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.