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?