try_GET: Get a uri with option to retry up to 'tries' times. Useful...

Description Usage Arguments Value

Description

Get a uri with option to retry up to tries times. Useful when doing vulnerable batch operations but could be used anytime.

Usage

1
try_GET(uri, lims, ..., tries = 3)

Arguments

uri

character, the uri to retrieve

lims

a LimsRefClass node

...

further arguments for httr::GET()

tries

numeric, allow up to this number of tries before failing

Value

result of httr::GET


BigelowLab/genologicsr documentation built on May 5, 2019, 2:42 p.m.