Description Usage Arguments Value Examples
Transform EC Climate Data to Parameter-Long Form
1 | ec_climate_long(climate_df, na.rm = FALSE)
|
climate_df |
The outuput of ec_climate_data |
na.rm |
TRUE to remove measurements for which there is no information |
A data.frame (tibble) with one row per measurement
1 2 3 4 5 6 7 | # station 27141 is Kentville CDA CS
monthly <- ec_climate_data(27141, timeframe = "monthly")
ec_climate_long(monthly)
# or use the pipe
ec_climate_data(27141, timeframe = "monthly") %>%
ec_climate_long()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.