Skip to content
Prev 200465 / 398503 Next

Writing a data frame in an excel file

anna_l wrote:
Excel can read CSV files, so why not just use either
write.csv() or write.table() with sep=","?

  -Peter Ehlers