【R】读写excel
摘要:
> library(RODBC)> channel<-odbcConnectExcel("sms.xlsx")> mydata<-sqlFetch(channel,"Sheet1")> mydata> odbcClose(channel)数据首行为标题 阅读全文
posted @ 2013-04-09 12:09 colipso 阅读(217) 评论(0) 推荐(0) 编辑
posted @ 2013-04-09 12:09 colipso 阅读(217) 评论(0) 推荐(0) 编辑