R/advanced.R
mdb_import.Rd
mdb-import(1) writes to MDB files. This package is read-only, so this function validates CLI-like options and then errors.
mdb-import(1)
mdb_import(path, table, csvfile, header_lines = 0L, delimiter = ",")
Path to .mdb/.accdb file.
.mdb
.accdb
Table name.
CSV file path.
Equivalent to -H/--header skipped lines.
-H/--header
Equivalent to -d/--delimiter.
-d/--delimiter
No return; always errors in read-only mode.