I am trying to load data from website that are in JSON format so I am using jsonlite
R package and fromJSON
function. I receive an error as below
library(jsonlite)
fromJSON(URL) -> x
Error in open.connection(con, "rb") : SSL connect error
Does anyone know what this error mean and how to (probably) configure SSL to makethis function work?