download_hydat {tidyhydat} | R Documentation |
Download and set the path to HYDAT
Description
Download the HYDAT sqlite database. This database contains all the historical hydrometric data for Canada's integrated hydrometric network. The function will check for a existing sqlite file and won't download the file if the same version is already present.
Usage
download_hydat(dl_hydat_here = NULL, ask = TRUE)
Arguments
dl_hydat_here |
Directory to the HYDAT database. The path is chosen by the |
ask |
Whether to ask (as |
Examples
## Not run:
download_hydat()
## End(Not run)
[Package tidyhydat version 0.6.1 Index]