read.access.table | R Documentation |
Returns a data.frame with the contents of a MS Access table
read.access.table(file, tbl, pwd = "")
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 "" |
character - path of the project directory/folder
## Not run:
file<-"C:/Data/xyz.accdb"
tbl<-"tblSomeData"
df<-read.access.table(file,tbl,pwd="uJ80s$R")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.