Entering edit mode
Mugurel
•
0
@mugurel-24169
Last seen 4.3 years ago
Hi All,
I am new to R studio , so please be patient with me . When I run the code:
library(XML)
library(RCurl)
library(httr)
url <- getURL("https://www.baseball-reference.com/teams/SFG/2018.shtml")
I get the following error
url <- getURL("https://www.baseball-reference.com/teams/SFG/2018.shtml")
Error in function (type, msg, asError = TRUE) :
error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
Any ideas, please.
Many thanks, Mugurel