Exporter un dataframe de RStudio en tant que CSV

write.csv(Your DataFrame,"Path to export the DataFrame\\File Name.csv", row.names = FALSE)
Graceful Goose