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

Description Usage Arguments Value Examples

View source: R/coding.genes.R

Description

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

Usage

1
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

1
2
3
4
5
6
7
8
## Not run: 
  loose.rock:::curl.workaround({
      biomaRt::useMart(
          biomart = "ensembl",
          dataset = 'hsapiens_gene_ensembl')
  })

## End(Not run)

loose.rock documentation built on April 30, 2021, 1:06 a.m.