Deprecated. Please use dumpDatabase
instead.
Arguments
- 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
TRUE
, the target directorytdir
is created if it does not exist.