Posts by momenezes • 11 points
1 post
-
1
votes2
answers686
viewsA: How to make webscrapping of an https using rvest?
Hello, Although a lot of time has passed, it is possible to disable the certificate check on httr indeed also in the rvest. I did so: library(httr) set_config( config( ssl_verifypeer = 0L )) # agora…