airtabler icon indicating copy to clipboard operation
airtabler copied to clipboard

data.table dependency?

Open cjcarlson opened this issue 4 years ago • 3 comments

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

cjcarlson avatar Dec 21 '20 19:12 cjcarlson

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 avatar Feb 08 '21 20:02 gijom33

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

gijom33 avatar Feb 08 '21 22:02 gijom33

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

mawhal avatar Feb 19 '22 19:02 mawhal