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
Added "as.character" parameter to proc_sort() to cast any factors in the by variables to character. This parameter is the counter-point to the "as.factor" parameter on the value() function in the fmtr package.
Added an "options" parameter to proc_transpose(). For now accepts only one option "noname" which will drop the NAME variable from the output dataset.