| mdb_import | R Documentation |
mdb-import(1) writes to MDB files. This package is read-only, so this
function validates CLI-like options and then errors.
mdb_import(path, table, csvfile, header_lines = 0L, delimiter = ",")
path |
Path to |
table |
Table name. |
csvfile |
CSV file path. |
header_lines |
Equivalent to |
delimiter |
Equivalent to |
No return; always errors in read-only mode.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.