Push meta tables to Google Drive and s3
upload_meta_table(type = c("mech", "org"), folder = "out/DATIM")
table type, "mech" or "org"
where is the file stored? default = "out/DATIM"
if (FALSE) {
#pull updated mechanism table
pull_mech(folderpath_output = savefolder)
#upload to Google Drive and s3
upload_meta_table("mech") }