# NOT RUN {
library(dplyr)
github("https://github.com/hadley/vis-eda/blob/master/travel.R")
# Same as above but provided to cat for easy viewing
github("https://github.com/hadley/vis-eda/blob/master/travel.R") %>%
cat
# A jupyter/ipython notebook
constructed_url <- paste0("https://github.com/tulip-lab/sit742/blob/",
"master/Jupyter/SIT742P11A-MLlib-Supervised.ipynb")
github(constructed_url)
# }
Run the code above in your browser using DataLab