View source: R/Download_utilities.R
Tryer | R Documentation |
This function will try n times to run a function call before failing. Mainly used for downloading files and accessing URLs
Tryer(n, fun, ...)
n |
Number of times to try function before erroring |
fun |
Function to try |
... |
parameters for function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.