curl.workaround: Workaround for bug with curl when fetching specific ensembl...

View source: R/coding.genes.R

curl.workaroundR Documentation

Workaround for bug with curl when fetching specific ensembl mirror

Description

https://github.com/grimbough/biomaRt/issues/39

Usage

curl.workaround(expr, verbose = FALSE)

Arguments

expr

expression

verbose

if expression fails, then activates verbose on next call to curl.

Value

result of expression

Examples

## Not run: 
  loose.rock:::curl.workaround({
      biomaRt::useMart(
          biomart = "ensembl",
          dataset = 'hsapiens_gene_ensembl')
  })

## End(Not run)

averissimo/loose.rock documentation built on Dec. 8, 2022, 11:53 p.m.