mdb_schema: Specification for columns in a table

View source: R/schema.R

mdb_schemaR 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 mdb_tables().

condense

Should readr::cols_condense() be called on the spec?

Value

A readr cols specification list.

Examples

## Not run: 
mdb_schema(mdb_example(), "Flights", condense = TRUE)

## End(Not run)

kiernann/mdbr documentation built on Sept. 7, 2024, 7:38 p.m.