-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
separate_wider_delim
function remove sf
class and return tibble
#1498
Comments
separate_wider_delim
functions remove sf class and return tibble
separate_wider_delim
functions remove sf class and return tibble
separate_wider_delim
function remove sf
class and return tibble
What is the status of this @hadley? This seems to still be an issue along with multiple issues with the newer version of |
The issue is probably with sf, as it doesn't provide a |
Thanks @olivroy for the response. That overall makes sense, sorry I directed the issue at |
When using
separate_wider_delim
with asf
object, the function misbehaves and returns a tibble. If usingseparate
the class of thesf
object is retained. The same issue was documented in issue #1495 but no reprex was provided. This is using v1.3.0 oftidyr
See reprex:Created on 2023-05-11 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: