Deprecated. Please use dumpDatabase
instead.
hsDumpMdb( mdb, ptrn = "^tbl", tdir = file.path(dirname(mdb), gsub("\\.", "_", basename(mdb))), create_target_dir = FALSE )
mdb | full path to database |
---|---|
ptrn | pattern matching names of tables to be exported. Default: "^tbl", i.e. tables starting with "tbl" |
tdir | target directory. By default a new directory is created in the same directory as mdb resides in. The new directory has the same name as the database file with dots substituted with underscores |
create_target_dir | if |