Create Zip File with MS ACCESS Database And Exported CSV files

create_zipfile(db_path, target_dir = dirname(db_path), dbg = TRUE)

Arguments

db_path

path to MS Access DB (default: default_access_db())

target_dir

directory. By default a new zip file is created in the same directory as mdb resides in. The new directory has the same name as the database file but with file extension ".zip" (default: dirname(db_path))

dbg

debug information (default: TRUE)