Entering edit mode
4.1 years ago
Bine
▴
90
Dear all,
This is driving me crazy, maybe someone has an idea.
I simply want to print the rows of my dataframe with
write_xlsx(dd, "Z:/dd.xlsx",row.names=TRUE)
But this error keeps coming:
"unused argument (row.names = TRUE)"
Why is it not working?
It works if I remove "rownames=TRUE", but then it doesnt print the rownames.
Thank you so much! Bine
Thanks so much! It is working!! :) :) You saved my morning :)