View source: R/selection-filtering.R
df.StripLine | R Documentation |
Compare cell values to a threshold and fill cells that failed the test with NA
df.StripLine(DF, val = 0, case = "gt")
DF |
a numeric data.frame |
val |
thereshold for the arithmetical comparison |
case |
"ge","gt","le","lt","eq" (for df.Strip) |
a numeric data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.