Description Usage Arguments Details Value Author(s) See Also
View source: R/ProcessConfig.R
This function processes configuration records for data analysis.
| 1 | ProcessConfig(config, processed.obs)
 | 
| config | data.frame. See ‘Details’ section | 
| processed.obs | list.
See documentation for  | 
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.
Returns a data.frame object with the following components:
unique site identifier
local site name
unique parameter identifier
row index in the config data table.
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.