Download a forecast hub from hub_url
to directory hub_path
.
Usage
download_hub(hub_url, hub_path, force = FALSE)
Arguments
- hub_url
URL to forecast hub on github.
- hub_path
Path to where forecast hub should be downloaded to.
- force
If TRUE then if hub_path
directory already exists,
first delete it and then download the forecast hub.
Value
Absolute path to downloaded hub.