getAccessTable: Retrieve an MS Access (R) table from an mdb or accdb file.

Description Usage Arguments Value

Description

This function is a wrapper around RODBC function to get a table from an mdb or accdb file.

Usage

1
getAccessTable(file=NULL, table=NULL, user="admin", pw=NULL, ...)

Arguments

file

path to the mdb/accdb file

table

table name

user

username (login to the file)

pw

password (login to the file)

...

other arguments passed to sqlFetch)

Value

The function return a data.frame with data from the specified table.


yapomif documentation built on May 2, 2019, 4:51 p.m.