Skip to content
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

data.table dependency? #9

Open
cjcarlson opened this issue Dec 21, 2020 · 3 comments
Open

data.table dependency? #9

cjcarlson opened this issue Dec 21, 2020 · 3 comments

Comments

@cjcarlson
Copy link

select_all() is returning Error in .rowNamesDF<-(x, value = value) : duplicate ‘row.names’ are not allowed - any idea how to fix this? seems to be an issue with how data.table works, and can be easily fixed by ", row.names=NULL" argument where relevant

https://stackoverflow.com/questions/8854046/duplicate-row-names-are-not-allowed-error

@gijom33
Copy link

gijom33 commented Feb 8, 2021

Experiencing the exact same issue here. I have not found a workaround yet (except listing the columns I am interested in but this is not scaleable).

@gijom33
Copy link

gijom33 commented Feb 8, 2021

Well, using dplyr's bind_rows(x) instead of do.call(rbind, x) did the trick for me...

@mawhal
Copy link

mawhal commented Feb 19, 2022

Is there a solution to this yet? How can I implement these fixes within the call to select_all()?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants