download_most_recent_bucket_file | R Documentation |
This function grabs the most recent file in the S3 bucket named in the ‘I360_S3_BUCKET' environment variable. It stores the file in the team’s Google Drive and also keeps a local copy for immediate analysis.
download_most_recent_bucket_file( local_dest_path = "~/actualize/data-raw/", file_name = "local1", env_file = ".env-data-science" )
local_dest_path |
The place where the file should be downloaded. |
file_name |
The name of the flat you are looking for in the S3 bucket. |
env_file |
The location of your data science environment variable file. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.