Skip to content
Prev 19638 / 63424 Next

PR#6614

Bill Dunlap <bill at insightful.com> writes:
times and mixing up tagged and positional argument matching would be
quite nasty. I actually suspect that the argument matching rules will
make it impossible in R (except possibly from C and .Primitive). 

However, it could be possible to have an omit() function, as in

iris[ omit(c(10:20)), omit(c("Petal.Width","Petal.Length")) ]  

all this needs to do is to tack an attribute onto the index which the
indexing code can look for.