# NOT RUN {
# download a file to the current working directory
drop_get("dataset.zip")
# download again, overwriting previous result
drop_get("dataset.zip", overwrite = TRUE)
# download to a different path, keeping file name constant
# will download to "some/other/place/dataset.zip"
drop_get("dataset.zip", local_path = "some/other/place/")
# download to to a different path, changing filename
drop_get("dataset.zip", local_path = "some/other/place/not_a_dataset.zip")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab