escribir texto r
write.table(x, file, append = FALSE, sep = " ", dec = ".",
row.names = TRUE, col.names = TRUE)
Cheerful Cormorant
write.table(x, file, append = FALSE, sep = " ", dec = ".",
row.names = TRUE, col.names = TRUE)
write.csv(my_data, file = "my_data.csv")
write.csv2(my_data, file = "my_data.csv")