R语言使用过程中出现的问题--读取EXCEL文件
方法一: 按照R导论中的方法,使用RODBC包, 结果: 未能成功,原因是 odbcConnectExcel is only usable with 32-bit Windows ...
方法一: 按照R导论中的方法,使用RODBC包, 结果: 未能成功,原因是 odbcConnectExcel is only usable with 32-bit Windows ...
使用attach(file)时,一定要配合使用detach(file),否则再此运行程序时极易出现问题,The following objects are masked ... 此外工作空间中不能有 ...