inst/Examples/readURL.R

con = url("http://www-stat.stanford.edu/~jmc4/SoDA/inst/Examples/weather1.csv")
w1 = read.csv(con)
close(con)

Try the SoDA package in your browser

Any scripts or data that you put into this service are public.

SoDA documentation built on Oct. 28, 2020, 9:07 a.m.