Learn R Programming

convertid (version 0.2.0)

.get.Ensembl_config: Unexported functions Test and retrieve Ensembl-specific CURL SSL configuration.

Description

.get.Ensembl_config() tests and gets CURL options used with "^https://.*ensembl.org" URLs. The function is a modified version of .getEnsemblSSL from the biomaRt package.

Usage

.get.Ensembl_config(use.cache = TRUE)

Value

A R object of class request listing current CURL options.

Arguments

use.cache

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

See Also

Examples

Run this code
if (FALSE) .get.Ensembl_config()

Run the code above in your browser using DataLab