get_gho_: GET a GHO URL

Description Usage Arguments Details Value

View source: R/get_gho.R

Description

Given a url, tries to find local proxy settings and GET the content of the GHO page.

Usage

1
2
3
4
get_gho_(url, verbose = options()$rgho.verbose,
  retry = options()$rgho.retry)

get_gho(url, verbose = options()$rgho.verbose, retry = options()$rgho.retry)

Arguments

url

the url to retrieve, given as a character string.

verbose

Verbose mode?

retry

Maximum number of GET re-trials.

Details

The function re-tries failed attempts using exponential backoff with jitter.

Value

The result from GET.


pierucci/rgho documentation built on May 25, 2019, 7:11 a.m.