# NOT RUN {
stations_search(name = "Kamloops")
stations_search(name = "Kamloops", interval = "hour")
stations_search(name = "Ottawa", starts_latest = 1950, ends_earliest = 2010)
stations_search(name = "Ottawa", normals_years = "current") # 1981-2010
stations_search(name = "Ottawa", normals_years = "1981-2010") # Same as above
stations_search(name = "Ottawa", normals_years = "1971-2000") # 1971-2010
if(requireNamespace("sp")) {
stations_search(coords = c(53.915495, -122.739379))
}
# }
Run the code above in your browser using DataLab