description: Get description of the ITIS service

View source: R/description.R

descriptionR Documentation

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

Value

a string, the ITIS web service description

Examples

## Not run: 
description()
description(wt = "xml")

## End(Not run)

ropensci/ritis documentation built on Sept. 29, 2022, 8:52 p.m.