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
(Key arguments are those tested for consistency with each other.)
I will need this capability for a mapper function that tests whether values in any number of columns add up to the values in one specific other column.
This will need some reworking in function_map() and its helpers. Perhaps they should more strongly rely on tidyselect?
The text was updated successfully, but these errors were encountered:
* Also, remove add-up mappers for now. They will need some preliminary work (#42).
* Add tests for `is_percentage_of_map()`.
lhdjung
changed the title
Consistency test mappers with a variable number of tested columns
Consistency test mappers with a variable number of key arguments
Feb 23, 2024
(Key arguments are those tested for consistency with each other.)
I will need this capability for a mapper function that tests whether values in any number of columns add up to the values in one specific other column.
This will need some reworking in
function_map()
and its helpers. Perhaps they should more strongly rely on tidyselect?The text was updated successfully, but these errors were encountered: