kids <- fetchData("KidsFeet.csv")
carbon <- fetchData("CO2")
fetchData(add.to.path=TRUE)
fetchData(add.to.path=TRUE, name="http://www.macalester.edu/~kaplan/ISM/datasets/")
fetchData(drop.from.path=TRUE, name="http://www.macalester.edu/~kaplan/ISM/datasets/")
fetchData(drop.from.path=TRUE)
fetchData(add.to.library=TRUE, name="mydata.csv", data=data.frame(x=c(1,2,3), y=c(7,1,4)))
Run the code above in your browser using DataLab