Экспорт данных Data из RSTUDIO в качестве 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)