SSL connect error in R jsonlite package -
i trying load data website in json format using jsonlite r package , fromjson function. receive error below
library(jsonlite) fromjson(url) -> x error in open.connection(con, "rb") : ssl connect error does know error mean , how (probably) configure ssl makethis function work?
update version 1.2 of jsonlite package. bug fixed new version of package. read more @ https://ropensci.org/blog/technotes/2017/01/04/jsonlite-12.
Comments
Post a Comment