powered by
Converts data frames of Environment Canada year x month or month x day data to vectors.
ch_stack_EC(data_values = NULL, data_codes = NULL)
Returns a data frame with two columns: the data values, and the data codes.
Required. Data frame of year x month or month x day values.
Required. Data frame of year x month or month x day data codes.
Kevin Shook
if (FALSE) { # 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) }
Run the code above in your browser using DataLab