Returns a cloud storage path for a supported forecast hub that can be passed
to hubData::connect_hub() and related hubverse connect_* functions in
place of a local hub directory path. This avoids having to check out the
hub's GitHub repository to read its data.
Arguments
- disease
Disease identifier for the hub. One of
"covid","rsv", or"flu".- anonymous
Logical. Use anonymous (unauthenticated) access to the hub's S3 bucket? Passed through to
hubData::s3_bucket(). The hubverse buckets are public andhubDatainteractions are read-only, so this defaults toTRUE.- ...
Additional keyword arguments passed through to
hubData::s3_bucket().