-
Notifications
You must be signed in to change notification settings - Fork 134
Description
There are a few open issues suggesting improvements to adorn_
functions like having them use the dplyr::select
helpers to specify columns. I think those should be addressed as part of a broader rethinking of the tabyl API. And once that's on the table, I've come to agree that tabyl and its friends belong in their own package. janitor can be purely for data cleaning and focus on new functions like #50.
Note: I have seen dreams discussed of a "grammar of tables" package, I hope someone builds that package but tabyl
will still just focus on counts and things you do to tables of counts.
Before making a new repo and going down that path: what do people think? What's most weighing on my mind is, if someone wants to load janitor and together, would we need to rename tabyl and its friends to avoid namespace conflicts? Naming things is hard 😩