I want to import my JSON
file into R. Installed the packages.
This is what I tried ->
library(rjson)
JsonData <- fromJson(file= "<filename.json>")
Also tried the file path and jsonlite
package. I get this error --->
Error in file(con,"r"): can not open the connection. In addition: Warning message: cannot open file '': invalid argument
I have set up every thing right, but its just wont work. I also tried other available options too!