Hi,
I'm trying to read my JSON file in R but I get this error. Before it worked always and now all of a sudden I have this message and I can't access the file.
index_json <- jsonlite::read_json("01-assignment/Data/724500973ODKK3IFQ447-2021-12-31-en.json")
Error in open.connection(con, "rb") : cannot open the connection
It says open.connection but the file is locally saved on my computer.
Could anyone please help me resolve this error?