dot-get.httr_config: Unexported functions Get httr configuration, i.e., current...

.get.httr_configR Documentation

Unexported functions Get httr configuration, i.e., current CURL options for data fetching functions.

Description

.get.httr_config() retrieves the current CURL options and in particular tests and gets the options used with "^https://.*ensembl.org" URLs. The code was partly copied from listMarts().

Usage

.get.httr_config(
  httr_config,
  host = "https://www.ensembl.org",
  use.cache = TRUE
)

Arguments

httr_config

(list). A R object of class request listing current CURL options. Missing (and meant to be created) by default.

host

(character) Host URL.

use.cache

(logical) Should biomaRt functions use the cache? Defaults to TRUE.

Value

A R object of class request listing current CURL options.

See Also

config

Examples

## Not run: .get.httr_config()

convertid documentation built on April 4, 2025, 1:01 a.m.