找回密码
 立即注册
查看: 4013|回复: 5

read.table问题求助

[复制链接]
发表于 2017-1-3 14:47:16 | 显示全部楼层 |阅读模式
> y<-read.table("nb_dim_item_cat.csv",header=TRUE,sep=",")

Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") :
  cannot open file 'nb_dim_item_cat.csv': No such file or directory
错误在哪里呀,新手开始学习R,求大家指教,谢谢!

回复

使用道具 举报

发表于 2017-1-4 08:51:54 | 显示全部楼层
http://www.biostatistic.net/thread-35-1-1.html
上面提供的是一个论坛里的网址,介绍了R读取excel 数据的方法,你先看看找找原因
回复 1 0

使用道具 举报

 楼主| 发表于 2017-1-4 15:12:55 | 显示全部楼层
好的,谢谢啦
回复

使用道具 举报

发表于 2017-1-6 16:13:04 | 显示全部楼层
文件路径不对?
回复

使用道具 举报

发表于 2017-1-7 08:40:34 | 显示全部楼层
如果是csv文件的话我会首先
>setwd("路径”)
>y<-read.csv("nb_dim_item_cat.csv",header=TRUE,strip.white = TRUE)
回复

使用道具 举报

 楼主| 发表于 2017-1-9 09:54:04 | 显示全部楼层
OK,十分感谢,已解决:
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|R语言中文网

GMT+8, 2024-11-23 01:34 , Processed in 0.033443 second(s), 18 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表