pcodeColData | R Documentation |
Selected U.S. Gelogical Survey (USGS) parameter codes to create column names and data type conversion when importing data from NWISweb
pcodeColData
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 |
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.
Lorenz, D.L., 2016, smwrQW—An R Package for Managing and Analyzing Water-Quality Data, Version 0.7.3
data(pcodeColData) # just print some rows head(pcodeColData) tail(pcodeColData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.