plyranges icon indicating copy to clipboard operation
plyranges copied to clipboard

group mutate revamp

Open ppaxisa opened this issue 10 months ago • 15 comments

When operating on an ungrouped object, mutate will use methods from {plyranges} but when operating on a grouped object, mutate will rely on vanilla tidyverse by converting the object to a tibble. The result is then coerced back to DataFrame to update the metadata of the object. Of note, core columns can be used in this framework to create new metadata columns.

ppaxisa avatar Apr 06 '24 13:04 ppaxisa