s3_download_file {botor} | R Documentation |
Download a file from S3
Description
Download a file from S3
Usage
s3_download_file(uri, file, force = TRUE)
Arguments
uri |
string, URI of an S3 object, should start with |
file |
string, location of local file |
force |
boolean, overwrite local file if exists |
Value
invisibly file
References
Examples
## Not run:
s3_download_file('s3://botor/example-data/mtcars.csv', tempfile())
## End(Not run)
[Package botor version 0.4.0 Index]