摘要: R语言的输出函数cat,sink,writeLines,write.table 根据输出的方向分为输出到屏幕和输出到文件。 1.cat函数即能输出到屏幕,也能输出到文件. 使用方式:cat(... , file = "", sep = " ", fill = FALSE, labels = NULL 阅读全文
posted @ 2018-07-18 11:31 蔡钊 阅读(1485) 评论(0) 推荐(0)