pcodeNWISqw: Parameter Code Information

View source: R/pcodeNWISqw.R

pcodeNWISqwR Documentation

Parameter Code Information

Description

Returns information about parameter codes. Support function for importNWISqw.

Usage

pcodeNWISqw(params = "all", group = TRUE, name = TRUE, CASRN = FALSE,
  short = TRUE, units = TRUE, col.name = FALSE)

Arguments

params

A character string contains the name of a group of parameter codes, or a vector of pamater codes. See Details.

group

include the parameter group in the output?

name

include the parameter name in the output?

CASRN

include the parameter Chemical Abstracts Service Registry Number (CASRN) in the output?

short

include the parameter short name in the output?

units

include the parameter units in the output?

col.name

include a column name for the parameter in the output?

Details

Valid groups for param are "All," "INF," "PHY," "INM," "INN," "NUT," "MBI," "BIO," "IMN," "IMM," "TOX," "OPE," "OPC," "OOT," "RAD," "SED," or "POP."

Value

A data frame with the parameter codes and the selected columns.

References

Lorenz, D.L., 2014, smwrQW OFR.
See information about discrete samples at https://nwis.waterdata.usgs.gov/usa/nwis/qw.

See Also

readNWISpCode

Examples


## Not run: 
pcodeNWISqw("00925")

## End(Not run)


USGS-R/smwrQW documentation built on Oct. 11, 2022, 6:13 a.m.