
Function to chose a station based on consistent arguments for hydat functions.
Source:R/utils.R
station_choice.RdA function to avoid duplication in HYDAT functions. This function is not intended for external use.
Arguments
- hydat_con
A database connection
- station_number
A seven digit Water Survey of Canada station number. If this argument is omitted, the value of
prov_terr_state_locis returned.- prov_terr_state_loc
Province, state or territory. If this argument is omitted, the value of
station_numberis returned. Seeunique(allstations$prov_terr_state_loc). Will also acceptCAto return only Canadian stations.