ch_stack_EC: Stacks EC values

View source: R/utils.R

ch_stack_ECR 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)


CSHShydRology documentation built on Sept. 11, 2024, 5:50 p.m.