R/read.access.R
read.access.Rd
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).
dat=read.access("/database.accdb","WaterQuality")#> Error in RODBC::sqlFetch(chan, table): first argument is not an open RODBC channel