Download series from remote bucket to local storage
Usage
bucket_download(
series,
local_path = bucket_local_path(),
remote_url = bucket_remote_url()
)
Arguments
- series
Name of the series
- local_path
Local bucket folder to download to
- remote_url
Remote bucket folder to download from
Value
This function is called for its side effect, downloading series
files from a remote bucket storage to local storage. Invisibly returns
a tibble containing the download status information, as reported by
curl::multi_download()
.