Exportieren Sie einen Datenrahmen von RSTUDIO als CSV
write.csv(Your DataFrame,"Path to export the DataFrame\\File Name.csv", row.names = FALSE)
Graceful Goose
write.csv(Your DataFrame,"Path to export the DataFrame\\File Name.csv", row.names = FALSE)