Learn R Programming

ritis (version 1.0.0)

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

Value

a string, the ITIS web service description

Examples

Run this code
# NOT RUN {
description()
description(wt = "xml")
# }

Run the code above in your browser using DataLab