read_access: Read table from a Microsoft Access database

Description Usage Arguments

View source: R/read_access.R

Description

This has been successfully tested on mdb and accdb files on Windows machines

Usage

1
read_access(accdb, table, check.names = FALSE)

Arguments

accdb

character scalar of file path to Access database

table

character scalar of table name in accdb to read

check.names

logical scalar; if TRUE variable names are checked to ensure that they are syntactically valid and, if necessary, made so by make.names. See read.table


adamdsmith/nrsmisc documentation built on Aug. 13, 2019, 2:14 p.m.