Support kwargs in select verb (dply and sql) #63
Labels
api:verb
be:sql
dplyr:parity
Enables a dplyr behavior
.help wanted
Extra attention is needed
type:feature
New feature or request
Currently raises a NotImplementedError. One key decision here is where in resulting data kw vars should go. To be consistent with all other uses of select, I would say kwargs should go last, so the result order matches the function call order.
The text was updated successfully, but these errors were encountered: