Data retrievial from South Florida Water Management District online database (DBHYDRO)

read.access(channel, table)

Arguments

channel

The path to the access (.accdb) files with extension

table

Table within databases. If unsure check RODBC::sqlTables()

Value

This function allows for quick access of data within an 2007/2010 Microsoft Access database (.accdb).

Examples

if (FALSE) {
dat=read.access("/database.accdb","WaterQuality")
}