Description Usage Arguments Value See Also Examples
View source: R/Real_Time_Data.r
Gets the current list of hydrometric gauges available in near real-time (within 6 hours) from the National Hydrological Service, Environment and Climate Change Canada.
1 2 | RealTimeNetwork(base_url = "http://dd.weather.gc.ca/hydrometric/doc",
master_file = "hydrometric_StationList.csv")
|
base_url |
Base URL to access data mart documentation |
master_file |
Filename containing the list of available real-time stations |
A data frame (station_number, name, latitude, longitude, prov_terr_loc, timezone)
1 2 3 | network <- RealTimeNetwork()
# show top 50 stations
head(network, 50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.