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
One of the most useful functions of the now superseded separate was the convert = TRUE option that would convert the resulting new columns into, for instance, numeric vectors. So the following:
I think it would be reasonable to introduce names_transform to the separate_wider_*() family, like we have for pivot_longer() (it is a more precise version of convert)
One of the most useful functions of the now superseded
separate
was theconvert = TRUE
option that would convert the resulting new columns into, for instance, numeric vectors. So the following:outputs as numeric columns:
If we do the equivalent
separate_wider_delim
call:the output is all character outputs:
Would it be possible to re-introduce the convert option to
separate_wider_delim
?The text was updated successfully, but these errors were encountered: