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.
Google ドライブにいくつかの json ファイルがあり、それらを R にインポートしようとしています。使用されるコードは次のとおりです。
json_file <- "name_of_the_link" json_data <- fromJSON(paste(readLines(json_file), collapse=""))
そして、次のメッセージが表示されます: Error in file(con, "r") : cannot open the connection