R/data_plots.R
all_but.Rd
Select all from vector but
all_but(data, ...)
vector
exclude
all_but(1:10, c(2, 3), 11, 5) #> [1] 1 4 6 7 8 9 10