description {ritis} | R 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: |
... |
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)
[Package ritis version 1.0.0 Index]