ch_stack_EC {CSHShydRology} | R Documentation |
Stacks EC values
Description
Converts data frames of Environment Canada year x month or month x day data to vectors.
Usage
ch_stack_EC(data_values = NULL, data_codes = NULL)
Arguments
data_values |
Required. Data frame of year x month or month x day values. |
data_codes |
Required. Data frame of year x month or month x day data codes. |
Value
Returns a data frame with two columns: the data values, and the data codes.
Author(s)
Kevin Shook
Examples
## Not run:
# Do not run as the function requires a data frame of EC data and
# the dummy variable will cause an error message
df <- ch_stack_EC(data_values, data_codes)
## End(Not run)
[Package CSHShydRology version 1.4.2 Index]