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
I would like to see the fct() function from forcats be extended to cover creating ordered factors. This could look like including ordered as an optional argument (as in base::factor()) and/or by creating an analogue function ord() that has the same default level-checking as fct().
I would like to see the
fct()
function from forcats be extended to cover creating ordered factors. This could look like including ordered as an optional argument (as inbase::factor()
) and/or by creating an analogue functionord()
that has the same default level-checking as fct().In practice this would look like:
Thanks!
The text was updated successfully, but these errors were encountered: