level 1
妮孑Danny
楼主
> library(RODBC)
> channel <- odbcConnectExcel2007("E:\数据挖掘与R语言\chengji.xlsx")
> mydataframe <- sqlFetch(channel,"Sheet1")
Error in inherits(channel, "RODBC") : object 'channel' not found
> odbcClose(channel)
Error in inherits(channel, "RODBC") : object 'channel' not found
>
不知道哪里出错了
2015年04月21日 15点04分
1
> channel <- odbcConnectExcel2007("E:\数据挖掘与R语言\chengji.xlsx")
> mydataframe <- sqlFetch(channel,"Sheet1")
Error in inherits(channel, "RODBC") : object 'channel' not found
> odbcClose(channel)
Error in inherits(channel, "RODBC") : object 'channel' not found
>
不知道哪里出错了