read.access.table: Read Access Table

View source: R/access.R

read.access.tableR Documentation

Read Access Table

Description

Returns a data.frame with the contents of a MS Access table

Usage

read.access.table(file, tbl, pwd = "")

Arguments

file

character path/file name of MS Access database file (.accbd, .mdb)

tbl

character Name of the table to fetch - if missing, returns the name of all tables

pwd

character Password, default is ""

Value

character - path of the project directory/folder

Examples

## Not run: 
file<-"C:/Data/xyz.accdb"
tbl<-"tblSomeData"
df<-read.access.table(file,tbl,pwd="uJ80s$R")



## End(Not run)

JahNorr/orrr documentation built on Jan. 29, 2025, 5:11 p.m.