retry: Retry a function

Description Usage Arguments Details Value

View source: R/retry.r

Description

The function f is given retry behavior based on the specification in the config configuration list.

Usage

1
retry(f, config, ...)

Arguments

f

function to add retry behavior

config

named list to specify retry behavior

...

additional arguments passed to f

Details

The default behavior is to retry the function f forever without waiting.

Value

a function with retry behavior added to the function f


ramhiser/retry documentation built on May 26, 2019, 10:12 p.m.