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

df <- ch_stack_EC(data_values, data_codes)


CSHS-hydRology/CSHShydRology documentation built on Aug. 18, 2022, 4:44 p.m.