dbOutput_Tables_have_SoilLayers: Checks whether output tables of 'dbOutput' store output of...

Description Usage Arguments Value Note

View source: R/OutputDatabase.R

Description

Checks whether output tables of ‘dbOutput’ store output of variables for each soil layer

Usage

1
dbOutput_Tables_have_SoilLayers(tables = NULL, con = NULL, dbname = NULL)

Arguments

tables

A vector of character strings. The names of those tables that should be checked for the presence of a field named Soil_Layer. If NULL, then all output tables will be checked.

con

A valid SQLiteConnection database connection to ‘dbOutput’ or NULL.

dbname

A character string. The path including name to ‘dbOutput’ or NULL.

Value

A named logical vector where names are tables. TRUE indicates that a table has records by soil layers.

Note

At least one of con and dbname must be provided. Argument con has priority if both arguments are provided and con is valid.


Burke-Lauenroth-Lab/rSFSW2 documentation built on Aug. 14, 2020, 5:20 p.m.