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
good package. Thanks for work.
I have a problem with surveytoolbox::varl_tb, it occurs when one of label is a number.
It is then silently converted to numeric, and cannot be coerced to character.
I would recommend adding extra ifelse. Something like ifelse(is.numeric(.), as.character(.), .).
Should work fine then.