Download from S3 and push to Google Drive
stash_outgoing(
prefix = c("HFR_Tableau", "HFR_Submission", "Mechanism", "Detailed"),
outputfolder,
gdrive = FALSE
)
file prefix - "HFR_Tableau","HFR_Submission", "Mechanism", "Detailed"
folder path to store file
whether to upload to Google Drive, default = FALSE
if (FALSE) {
stash_outgoing("HFR_Tableau", "out/joint") }