find_station | R Documentation |
Search for stations in the Historical Climate Data inventory by name.
find_station(name = NULL, ignore.case = TRUE, glob = FALSE, ...)
name |
character; character string or a regular expression to be matched
against known station names. See |
ignore.case |
logical; by default the search for station names is not case-sensitive. |
glob |
logical; use wildcards (e.g. |
... |
Additional arguments passed to |
An object of class "hcd_station_list"
, which is a
"tbl_df"
, containing details of any matching HCD stations.
Gavin L. Simpson
find_station("Regina")
find_station("Yellowknife")
find_station("Yell*", glob = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.