Usage Arguments Value Examples
1 |
data |
data.frame |
conditions |
character.vector "filter_ like" conditions, e.g. "Sepal.Length > 0" |
the same data.frame or raise error (what conditions were not met)
1 2 3 | testColumnsCosistency(iris, "Sepal.Length > 0")
iris$Sepal.Length[5:10] = NA
testColumnsCosistency(iris, "is.na(Sepal.Length)")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.