Create Zip File with MS ACCESS Database And Exported CSV files
1 | create_zipfile(db_path, target_dir = dirname(db_path), dbg = TRUE)
|
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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.