dbTableSummary: List column names in a MFE database table

View source: R/dbUtil.R

dbTableSummaryR Documentation

List column names in a MFE database table

Description

List column names in a MFE database table

Usage

dbTableSummary(
  table,
  cols = c("lakeID", "depthClass"),
  fpath = dbdir,
  dbname = db
)

Arguments

table

The database table to explore. Not case-sensitive.

cols

A character vector of columns to summarize

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

A summary of the chosen columns


MFEh2o/MFE_Utilities documentation built on May 6, 2023, 1:35 p.m.