Description Usage Arguments Details Value
View source: R/upgo_aws_download.R
upgo_aws_download
downloads a specified file from the UPGo AWS bucket
1 | upgo_aws_download(object_name, file_path = NULL, quiet = FALSE)
|
object_name |
A character string which identifies the file name to be downloaded. |
file_path |
A character string which optionally identifies a subfolder of the working directory in which to save the output. |
quiet |
A logical scalar. Should the function execute quietly, or should it return status updates throughout the function (default)? |
This is a convenience wrapper around aws.s3::save_object
to download
a single object from the UPGo AWS bucket. It will only work with appropriate
values for 'AWS_ACCESS_KEY_ID' and 'AWS_SECRET_ACCESS_KEY' saved in
.Renviron.
The output will be a file saved to disk in the current working directory (possibly modified by the 'file_path' argument).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.