get_uri: Get a uri with option to depaginate

View source: R/Lims.R

get_uriR Documentation

Get a uri with option to depaginate

Description

Get a uri with option to depaginate

Usage

get_uri(uri, lims, ..., depaginate = TRUE, verbose = FALSE, tries = 3)

Arguments

uri

character, the uri to retrieve

lims

a LimsRefClass node

...

further arguments for httr::GET()

depaginate

logical, if TRUE (the default) then depaginate the results

verbose

logical if TRUE be verbose

tries

numeric, allow up to this number of tries before failing

Value

XML::xmlNode


BigelowLab/genologicsr documentation built on June 7, 2024, 3:15 a.m.