mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-12-16 09:32:10 +01: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