Watts-College / cpp-527-fall-2021

A course shell for CPP 527 Foundations of Data Science II
https://watts-college.github.io/cpp-527-fall-2021/
2 stars 6 forks source link

Data load step in Salary.rmd error #98

Closed Ma112120 closed 2 years ago

Ma112120 commented 2 years ago

Whenever I ran this

source( 'utils.R' )
URL <- params$url
d <- read.csv(URL)

it gave me the below error Error in file(file, "rt") : cannot open the connection