View source: R/ingest-pds-data.R
insistent_download_cloud_file | R Documentation |
download_cloud_file()
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.
insistent_download_cloud_file(..., delay = 3)
... |
Inputs to |
delay |
he time interval to suspend execution for, in seconds. |
No output. This function is used for it's side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.