Description Usage Arguments Examples
Return the coordinates and drainage area found in the HYDAT database for a group of stations.
1 | StationData(db, sites)
|
db |
HYDAT database. |
sites |
List of stations. |
1 2 3 4 5 6 7 8 9 | ## Not run:
# The variable DB_HYDAT containing the path to the HYDAT database.
#DB_HYDAT <- '.../Hydat.sqlite3'
StationData(DB_HYDAT, c('01AD002','01AF009'))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.