Learn R Programming

ritis (version 0.5.4)

description: Get description of the ITIS service

Description

Get description of the ITIS service

Usage

description(wt = "json", raw = FALSE, ...)

Arguments

wt
(character) One of "json" or "xml". Required.
raw
(logical) Return raw JSON or XML as character string. Required. Default: FALSE
...
Curl options passed on to GET

Value

a string, the ITIS web service description

Examples

Run this code
## Not run: 
# description()
# description(wt = "xml")
# ## End(Not run)

Run the code above in your browser using DataLab