rmv | R Documentation |
Remove one or more values from a vector.
This is a shorthand for x[!x %in% values]
rmv(x, values)
x |
a vector |
values |
vector of values |
x without values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.