unacceptability_reason: Returns the unacceptability reason, if any, for the TSN.

Description Usage Arguments Examples

View source: R/unacceptability_reason.R

Description

Returns the unacceptability reason, if any, for the TSN.

Usage

1
unacceptability_reason(tsn, wt = "json", raw = FALSE, ...)

Arguments

tsn

TSN for a taxonomic group (numeric). Required.

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

Examples

1
2
3
4
## Not run: 
unacceptability_reason(tsn = 183671)

## End(Not run)

ritis documentation built on Feb. 2, 2021, 9:06 a.m.