Skip to content
Prev 19570 / 63424 Next

PR#6614

"Gabor Grothendieck" <ggrothendieck at gmail.com> writes:
Or, canonically,

nm <- names(iris)
iris[, nm != "Species" ]

iris[, -match("Species", nm)]