write.table( x = data.frame(l), file = "/path/to/file.csv", sep=",", col.names=TRUE, row.names=FALSE, quote=FALSE ).
確定! 回上一頁