mutate {crplyr} | R Documentation |
Just a method that returns a nicer error message. mutate()
hasn't been
implemented yet. You can, however, derive expressions on the fly in
summarize()
.
## S3 method for class 'CrunchDataset'
mutate(.data, ...)
.data |
A crunch Dataset |
... |
Other arguments, currently ignored |