dbTable: Import an MFE database table, and (optionally) do a little...

View source: R/dbUtil.R

dbTableR Documentation

Import an MFE database table, and (optionally) do a little bit of querying.

Description

Import an MFE database table, and (optionally) do a little bit of querying.

Usage

dbTable(table, lakeID = c(), depthClass = c(), fpath = dbdir, dbname = db)

Arguments

table

The database table you want to import. Not case-sensitive.

lakeID

(optional) lakeID's to subset.

depthClass

(optional) depthClasses to subset.

fpath

By default, the dbdir variable, which is defined in the global environment (usually at the beginning of each analysis script)

dbname

A character string containing the name of the .db file you want to access. By default, the globally-defined db variable is used.

Value

The chosen database table


MFEh2o/MFEUtilities documentation built on May 6, 2023, 1:33 p.m.