mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
249 B
249 B
Select all from vector but
Select all from vector but
Usage
all_but(data, ...)
Arguments
-
data:
vector
-
...:
exclude
Value
vector
Examples
all_but(1:10, c(2, 3), 11, 5)
#> [1] 1 4 6 7 8 9 10