View source: R/subsetting-aid.R
discard_if | R Documentation |
Discard values
discard_if(
input,
one_of = NULL,
ref.do = "Ignoring",
ref.of = "already present",
ref.input = NULL,
ref.empty = "Skipping.",
v.empty = NULL,
with.time = FALSE,
verbose = FALSE
)
input |
Vector that is to be checked. |
one_of |
Vector that contains the values that must not be inside input for
argument |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.