首页 > 解决方案 > R 也无法连接以打开文件

问题描述

已经从 r 得到这 2 个响应:

1:> source("C:/Users/conormurphy/Desktop/Chapter\ 2/Conor_datapipeline.R")
Error in file(filename, "r", encoding = encoding) : 
  cannot open the connection

另外:警告信息:

In file(filename, "r", encoding = encoding) :
  cannot open file 'C:/Users/conormurphy/Desktop/Chapter 2/Conor_datapipeline.R': No such file or directory
2:> # Create our SQLite database
> conn <- dbConnect(RSQLite::SQLite(), "C:/Users/conormurphy/Tweet_Data.db")
Error: Could not connect to database:
unable to open database file

有什么建议么?谢谢

标签: r

解决方案


推荐阅读