Used to determine the column types for read_mdb(). Passed to col_types
in readr::read_delim().
mdb_schema(file, table, condense = FALSE)Path to the Microsoft Access file.
Name of the table, list with mdb_tables().
Should readr::cols_condense() be called on the spec?
A readr cols specification list.
if (FALSE) { # \dontrun{
mdb_schema(mdb_example(), "Flights", condense = TRUE)
} # }