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