murders/download-data.R

4 lines
166 B
R

url <- "https://raw.githubusercontent.com/rafalab/dslabs/master/inst/extdata/murders.csv"
destination_file <- "data/murders.csv"
download.file(url, destination_file)