ProcessConfig: Process Configuration

Description Usage Arguments Details Value Author(s) See Also

View source: R/ProcessConfig.R

Description

This function processes configuration records for data analysis.

Usage

1
ProcessConfig(config, processed.obs)

Arguments

config

data.frame. See ‘Details’ section

processed.obs

list. See documentation for ProcessObs function for details.

Details

Required columns in the config data table include: Site_id, a unique site identifier; Site_name, a local site name; and Parameter_id, unique parameter identifier(s). The config data table is composed of character-class components. Multiple parameter identifiers can be specified in a single value of config$Parameter_id using a comma separator. Site and parameter identifiers not found in the processed.obs list are removed.

Value

Returns a data.frame object with the following components:

Site_id

unique site identifier

Site_name

local site name

Parameter_id

unique parameter identifier

row

row index in the config data table.

Author(s)

J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center

See Also

RunAnalysis


jfisher-usgs/Trends documentation built on May 19, 2019, 7:16 a.m.