Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 R 中的 write.csv 这个函数中指定路径,因为它现在写的不起作用:
write.csv(MAT_STATION_DUM,"D:/Datos/csv", file = paste(year, "csv", sep="."))