WinVector / rquery

Data Wrangling and Query Generating Operators for R. Distributed under choice of GPL-2 or GPL-3 license.
https://winvector.github.io/rquery/
Other
109 stars 15 forks source link

Allow project to have no new assignments #11

Closed JohnMount closed 5 years ago

JohnMount commented 5 years ago

This should be allowed

library("rqdatatable")
iris %.>% project(., groupby = c("Petal.Length", "Petal.Width", "Species"))
JohnMount commented 5 years ago

Fixed, but needs both rqdatatable and rquery versions to be bumped up.