mdb_schema {mdbr} | R Documentation |
Used to determine the column types for read_mdb()
. Passed to col_types
in readr::read_delim()
.
mdb_schema(file, table, condense = FALSE)
file |
Path to the Microsoft Access file. |
table |
Name of the table, list with |
condense |
Should |
A readr cols specification list.
## Not run:
mdb_schema(mdb_example(), "Flights", condense = TRUE)
## End(Not run)