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
add functions 'hide' and 'unhide' for selective hiding and showing categories in 'net' and 'subtotal'
now logical don't have special meaning in the 'recode'. If you use this functionality than use 'when' instead.
recode(y, x>5 ~ 1) need to be replaced with recode(y, when(x>5) ~ 1).
add 'xl_write_file' for quick export tables to Excel file