0

我在谷歌驱动器上有几个 json 文件,我正在尝试将它们导入 R。使用的代码是:

json_file <- "name_of_the_link"
json_data <- fromJSON(paste(readLines(json_file), collapse=""))

我收到这条消息:文件错误(con,“r”):无法打开连接

4

0 回答 0