DataScience4Psych / lab-04-viz-sp-data

0 stars 3 forks source link

Update lab-04.Rmd #12

Closed YRHwang90 closed 2 years ago

YRHwang90 commented 3 years ago

It might be not easy for some international stduents to identify which states belongs to which country.
Thus, I put some additional info. Another issue that I had in this lab is.. githubURL_1 <- "https://github.com/DataScience4Psych/DataScience4Psych/raw/main/data/raw-data/laquinta.rda" githubURL_2 <- "https://github.com/DataScience4Psych/DataScience4Psych/raw/main/data/raw-data/dennys.rda" load(url(githubURL_1)) load(url(githubURL_2))

This code did not work. The error message was as following: Error in load(url(githubURL_1)) : the input does not start with a magic number compatible with loading from a connection Error in load(url(githubURL_2)) : the input does not start with a magic number compatible with loading from a connection.

I am not sure why I got this error, and I think this eror only occurs to me... so it may not be a issue.
I could install dspox package, so it was not a big trouble.

smasongarrison commented 3 years ago

O.o very good point!!!!