ch_stack_EC | R Documentation |
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)
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. |
Returns a data frame with two columns: the data values, and the data codes.
Kevin Shook
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.