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
It seems to me that in assign we save a named vector instead of atomic value. Luckily the getter functionality (i.e. var_label) handling this correctly but there might be other getters not that smart -> insightsengineering/teal.data#301
Please make a good test case against it.
The text was updated successfully, but these errors were encountered:
In a simple terms:
var_label(x) <- var_label(x)
should not modifyx
if it has non-empty labels for all cols. That's not true right now:Created on 2024-02-27 with reprex v2.1.0
Let's analyse why:
Created on 2024-02-27 with reprex v2.1.0
It seems to me that in assign we save a named vector instead of atomic value. Luckily the getter functionality (i.e.
var_label
) handling this correctly but there might be other getters not that smart -> insightsengineering/teal.data#301Please make a good test case against it.
The text was updated successfully, but these errors were encountered: