# NOT RUN {
# 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()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab