Download a file from S3
Download a file from S3
s3_download_file(uri, file, force = TRUE)
uri |
string, URI of an S3 object, should start with |
file |
string, location of local file |
force |
boolean, overwrite local file if exists |
invisibly file
## Not run: s3_download_file('s3://botor/example-data/mtcars.csv', tempfile()) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.