Open cjcarlson opened 3 years ago
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).
Well, using dplyr's bind_rows(x) instead of do.call(rbind, x) did the trick for me...
Is there a solution to this yet? How can I implement these fixes within the call to select_all()
?
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 relevanthttps://stackoverflow.com/questions/8854046/duplicate-row-names-are-not-allowed-error