pcodeColData: Selected USGS parameter Codes

pcodeColDataR Documentation

Selected USGS parameter Codes

Description

Selected U.S. Gelogical Survey (USGS) parameter codes to create column names and data type conversion when importing data from NWISweb

Usage

pcodeColData

Format

Data frame with 1178 rows and 3 columns

Name Type Description
parm_cd character The 5-digit parameter code
col_name character The column name to use when importing data from NWISweb
data_type character The data type to convert the imported data

Note

This data set can be copied and modifed by the user to add or change column names. The data_type must be either "qw" or "numeric" any other value will be ignored.

References

Lorenz, D.L., 2016, smwrQW—An R Package for Managing and Analyzing Water-Quality Data, Version 0.7.3

Examples

data(pcodeColData)
# just print some rows
head(pcodeColData)
tail(pcodeColData)

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