You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should this kind of check be generalized to all other functions for consistency? If so, we could make a helper .check_dataframe_names() (we could also suggest using janitor::clean_names()).
I guess all data_ functions should have this. Any one of them could be called directly on a dataframe with bad column names and they almost have a select argument.
Should this kind of check be generalized to all other functions for consistency? If so, we could make a helper
.check_dataframe_names()
(we could also suggest usingjanitor::clean_names()
).datawizard/R/adjust.R
Lines 78 to 83 in 89e8193
The text was updated successfully, but these errors were encountered: