code icon indicating copy to clipboard operation
code copied to clipboard

model.R| error message

Open AK5719 opened this issue 2 years ago • 1 comments

iris <- read.csv(text = getURL("https://raw.githubusercontent.com/dataprofessor/data/master/iris.csv") ) Error in function (type, msg, asError = TRUE) : error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version

AK5719 avatar Jun 03 '22 18:06 AK5719

I had same issue and solved replace by iris <- read.csv("https://raw.githubusercontent.com/dataprofessor/data/master/iris.csv", stringsAsFactors = T )

rodmantovani avatar Oct 18 '22 21:10 rodmantovani