%without% {operators} | R Documentation |
Remove certain elements from a vector
Description
Remove the elements in table
from s
Usage
x %without% table
Arguments
x |
Vector |
table |
Elements to remove from |
Value
x
without the elements of table
Author(s)
Romain Francois <francoisromain@free.fr>
Examples
letters %without% "a"
[Package operators version 0.1-8 Index]