makeRCurlOptions {biodb}R Documentation

Build an RCurl::CURLOptions object.

Description

Build an RCurl::CURLOptions object.

Usage

makeRCurlOptions(
  useragent = NULL,
  httpheader = NULL,
  postfields = NULL,
  timeout.ms = 60000,
  verbose = FALSE
)

Arguments

useragent

The user agent identification.

httpheader

The HTTP header to send.

postfields

POST fields, in case of a POST method.

timeout.ms

The timeout in milliseconds.

verbose

Set to TRUE to get verbose output in RCurl.

Value

An RCurl::CURLOptions object.


[Package biodb version 1.2.2 Index]