Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在谷歌驱动器上有几个 json 文件,我正在尝试将它们导入 R。使用的代码是:
json_file <- "name_of_the_link" json_data <- fromJSON(paste(readLines(json_file), collapse=""))
我收到这条消息:文件错误(con,“r”):无法打开连接