R/read.access.R
read.access.Rd
Data retrievial from South Florida Water Management District online database (DBHYDRO)
read.access(channel, table)
The path to the access (.accdb) files with extension
Table within databases. If unsure check RODBC::sqlTables()
This function allows for quick access of data within an 2007/2010 Microsoft Access database (.accdb).
if (FALSE) {
dat=read.access("/database.accdb","WaterQuality")
}