Fwiw, this works: select(iris, -c(!!!grpdims))
Maybe the reasoning for c(!!!v)
is similar to why one does list(...)
inside a function.
Fwiw, this works: select(iris, -c(!!!grpdims))
Maybe the reasoning for c(!!!v)
is similar to why one does list(...)
inside a function.