-
Notifications
You must be signed in to change notification settings - Fork 14
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
spread_values cannot create column named "x" #54
Comments
The problem here is apparent if you look at the documentation: To explicitly see the problem, try calling
|
Thanks @colearendt . I figured this was indeed the problem, and have worked around with such a rename [as my post suggested], but it feels very kludgy and un-clean, especially as "x" is quite a frequent field name. So I'll be more explicit in my feature request: is there a way to modify |
That makes sense. I think you may be interested in taking a look at the continued development of the package here. The changes have not yet made it to CRAN, but I have found the development version there to be superior to the CRAN version.
In that version, |
That indeed sounds like a much less problematic name! Thanks for the type @colearendt . |
Hi folks, thanks for a great package!
I noticed one bug though:
spread_values
crashes when creating a column namedx
:returns:
whereas
works seamlessly.
Is there aw workaround, please?
Thanks!
The text was updated successfully, but these errors were encountered: