try_several_times: Title

Description Usage Arguments

View source: R/try_several_times.R

Description

Title

Usage

1
try_several_times(fun, args, condition, tries = 15, wait = 5)

Arguments

fun

function; fun to apply several times

args

list of named characters; arguments of fun

condition

expression; e.g. expression(out$status_code == 200)

tries

integer; number of tries

wait

integer; time to wait between tries in seconds


adambondarzewskiITF/utilitiesAdamExample documentation built on May 7, 2019, 7:44 a.m.