mdb_schema {mdbr} | R Documentation |
Specification for columns in a table
Description
Used to determine the column types for read_mdb()
. Passed to col_types
in readr::read_delim()
.
Usage
mdb_schema(file, table, condense = FALSE)
Arguments
file |
Path to the Microsoft Access file. |
table |
Name of the table, list with |
condense |
Should |
Value
A readr cols specification list.
Examples
## Not run:
mdb_schema(mdb_example(), "Flights", condense = TRUE)
## End(Not run)
[Package mdbr version 0.2.1 Index]