0

I am using API to get some data from Flickr. I have downloaded packages: RJSONIO,RCurl and library them successfully. This is what I tried:

parsedData <- fromJSON(rawData) Error in file(con, "r") : cannot open the connection

I am using Rstudio, and I have tried this method: More->Set As Working Dictionary

setwd("~/Desktop/Big data/1234")

What should I do next?

Nakx
  • 1,280
  • 1
  • 18
  • 31
  • What's inside the `rawData` variable? When asking for help, you should include a simple [reproducible example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) with sample input and desired output that can be used to test and verify possible solutions. – MrFlick Feb 11 '20 at 02:45
  • inside the rawData is the getURL function. theURL – Shirley zou Feb 11 '20 at 11:07

0 Answers0