I tried to run this code in a rmd file but still I'm getting an error and I don't know how to resolve this.
The Code is:
pizza3 <- fromJSON('http://www.jaredlander.com/data/PizzaFavorites.json')
And I'm getting an error as:
Error in fromJSON("http://www.jaredlander.com/data/PizzaFavorites.json") :
unexpected character 'h' Calls: <Anonymous> ... withCallingHandlers ->
withVisible -> eval -> eval -> fromJSON```