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

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -