Learn R Programming

loose.rock (version 1.2.0)

curl.workaround: 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

Run this code
# NOT RUN {
  loose.rock:::curl.workaround({
      biomaRt::useMart(
          biomart = "ensembl",
          dataset = 'hsapiens_gene_ensembl')
  })
# }

Run the code above in your browser using DataLab