pcctc / affirm

Data affirmation and validation
https://pcctc.github.io/affirm/
Other
6 stars 3 forks source link

re-exported functions #19

Closed ddsjoberg closed 1 year ago

ddsjoberg commented 1 year ago

I re-exported some dplyr functions to make it easier to write data actions, e.g. filtering a data frame and selecting a few variables to report back to data management. But now every time affirm is loaded, we see a message about base::filter() being masked....and idk, that doesn't seem like a great look for a data validation pkg.....maybe we should not be re-exporting and I should focus on making that functions SP asked for work....