摘要: 打开命令行窗口,运行C:\soft\R\bin\Rscript.exe D:\test\total.txt sink(file = "D://test//totalResult.txt",append = FALSE,type = c("output","message"),split = FALS 阅读全文
posted @ 2021-10-27 14:26 耿乾坤java 阅读(79) 评论(0) 推荐(0)
摘要: 直接gbk, /** * 写入文件,末尾自动添加\r\n * @param path * @param strs */public static void writeLines(String path, List<String> strs, boolean is_append, String enc 阅读全文
posted @ 2021-10-27 13:56 耿乾坤java 阅读(95) 评论(0) 推荐(0)
摘要: a2.csv:x1, x2, x3, ytech1, tech13, pos2,0.5tech2, tech12, pos1,0.6tech3, tech11, pos3,0.7tech2, tech12, pos1,0.6tech3, tech11, pos3,0.6 my_data<-read. 阅读全文
posted @ 2021-10-27 11:08 耿乾坤java 阅读(169) 评论(0) 推荐(0)