Skip to contents

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 crul::HttpClient

Value

a string, the ITIS web service description

Examples

if (FALSE) {
description()
description(wt = "xml")
}