new.rapimave: MaveDB R-API client constructor

Description Usage Arguments Details Value Examples

View source: R/rapimave.R

Description

Creates an object of type rapimave.

Usage

1
2
3
4
5
new.rapimave(
  baseURL = "https://www.mavedb.org/api/",
  certifySSL = FALSE,
  encoding = "UTF-8"
)

Arguments

baseURL

MaveDB API base-URL. Defaults to "https://www.mavedb.org/api/"

certifySSL

Logical indicating whether to certify SSL certificates when querying the database. Defaults to FALSE.

encoding

A string specifying the expected character encoding used by the webservice. Defaults to "UTF-8"

Details

The resulting object offers the following functions:

Value

MaveDB R-API object with functions accessbile via the $ operator.

Examples

1
2
3
4
## Not run: 
mave <- new.rapimave()

## End(Not run)

jweile/rapimave documentation built on Aug. 4, 2021, 12:12 a.m.