download_file_from_s3 | R Documentation |
Download a file from s3 to somewhere in your home directory
download_file_from_s3(s3_path, local_path, overwrite = FALSE)
s3_path |
character - the full path to the file in s3 e.g. alpha-everyone/iris.csv |
local_path |
|
overwrite |
|
Rs3tools:::download_file_from_s3("alpha-everyone/iris.csv", "iris.csv", overwrite =TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.