gpt4 book ai didi

r - 在 R 中读取文件时出错

转载 作者:行者123 更新时间:2023-12-01 06:59:01 28 4
gpt4 key购买 nike

我是 R 社区的新人。编写我的第一个程序时遇到了一个愚蠢的问题!尝试使用以下代码读取 RDS 文件时:

tweets <- readRDS("RDataMining-Tweets-20160212.rds")

会出现以下错误。
Error in gzfile(file, "rb") : cannot open the connection
In addition: Warning message:
In gzfile(file, "rb") :
cannot open compressed file 'RDataMining-Tweets-20160212.rds', probable reason 'No such file or directory'

这里有什么问题?

最佳答案

尝试以这种方式打开文件,避免与文件路径相关的任何可能的问题:

tweets <- readRDS(file.choose())

将打开一个交互式窗口,您将能够选择您的文件。

关于r - 在 R 中读取文件时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49908803/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com