Insistent version of download_cloud_file()
insistent_download_cloud_file.Rd
Just like download_cloud_file()
, this function takes a vector of tracks files
as argument and download them to the cloud. The function uses
purrr::insistently in order to continue to download files despite stale OAuth
token.
Arguments
- ...
Inputs to
download_cloud_file()
- delay
he time interval to suspend execution for, in seconds.