-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add "unique_colnames" keyword option to load() #45
Comments
Why not call that argument |
|
Yeah, maybe. However, it's not very explicit either for the |
I would be very much in favor of using the same corrected keyword as |
Makes sense. We need a quite strong motivation to change the name in DataFrames though, given the burden it imposes on users. |
As mentioned in #44 , it would be nice to add
unique_colnames=true
option toload()
, which would propagate toDataFrame({r data frame}, makeunique=unique_colnames)
.That will make the default behaviour reasonable, while still allowing the user to control it.
The text was updated successfully, but these errors were encountered: