dbOut_read_variables_from_scenario: Reads variables/fields from the header view or from tables...

Description Usage Arguments Value

View source: R/OutputDatabase.R

Description

Reads variables/fields from the header view or from tables including sites, runs and one of the overall aggregation tables for one of the scenarios and optionally subsets rows by a where-clause

Usage

1
2
3
4
5
6
7
dbOut_read_variables_from_scenario(
  fname_dbOut,
  variables = NULL,
  MeanOrSD = c("Mean", "SD"),
  scenario = "Current",
  whereClause = NULL
)

Arguments

fname_dbOut

A character string. The path to the output database.

variables

A vector of character strings. The (partial) names of variables/columns/fields to be read.

MeanOrSD

A character string. Identify which type of overall aggregated table to read.

scenario

A character string. This must be one of the values from the Scenario values from the header view.

whereClause

A character string. This must be of the structure field_name='value' or NULL

Value

A data.frame


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