Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

model.R| error message #20

Open
AK5719 opened this issue Jun 3, 2022 · 1 comment
Open

model.R| error message #20

AK5719 opened this issue Jun 3, 2022 · 1 comment

Comments

@AK5719
Copy link

AK5719 commented Jun 3, 2022

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

@rodmantovani
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants