-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
507 reevaluate variable_types
#508
507 reevaluate variable_types
#508
Conversation
I think we can include this before release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Module add generates proper choices icons (according to type) in multiple apps I've tested. I don't see any obstacles to merge it
Watch out here! TMG is using this private function: https://github.com/insightsengineering/teal.modules.general/blob/38ff2b0e06afa226d2507bc0100801bd7a663a99/R/tm_variable_browser.R#L1192 |
Thanks or the warning @pawelru. The |
companion to insightsengineering/teal.slice#508 --------- Signed-off-by: Aleksander Chlebowski <[email protected]> Co-authored-by: André Veríssimo <[email protected]>
Closes #507
Replaced
variable_types
function family with single function.The new function returns a named vector so no need to use
setNames
in its caller.