Push meta tables to Google Drive and s3

upload_meta_table(type = c("mech", "org"), folder = "out/DATIM")

Arguments

type

table type, "mech" or "org"

folder

where is the file stored? default = "out/DATIM"

Examples

if (FALSE) {
 #pull updated mechanism table
   pull_mech(folderpath_output = savefolder)
 #upload to Google Drive and s3
   upload_meta_table("mech") }