rbind(
kentvillegreenwood %>%
select_params(maxtemp) %>%
select_locations(starts_with("KENT")),
kentvillegreenwood %>%
select_params(mintemp) %>%
select_locations(starts_with("GREEN"))
)
Run the code above in your browser using DataLab