Open
Description
I've started writing tbl_pd
methods for dplyr
verbs so that pdeclare
status is preserved when using non-pmdplyr
functions, and pdeclare
status is dropped if the .i
or .t
variables are removed. The goal is to eventually have the full list of dplyr
verbs covered, as well as as many other methods as possible. So the to-do is:
- Write
tbl_pd
methods for alldplyr
verbs - Figure out which non-
dplyr
functions should also have methods - Write methods for all of those too.