read.access | R Documentation |
Data retrievial from South Florida Water Management District online database (DBHYDRO)
read.access(channel, table)
channel |
The path to the access (.accdb) files with extension |
table |
Table within databases. If unsure check RODBC::sqlTables() |
This function allows for quick access of data within an 2007/2010 Microsoft Access database (.accdb).
## Not run:
dat=read.access("/database.accdb","WaterQuality")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.