review_year: Returns the review year for the TSN.

View source: R/review_year.R

review_yearR Documentation

Returns the review year for the TSN.

Description

Returns the review year for the TSN.

Usage

review_year(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

Value

a data.frame

Examples

## Not run: 
review_year(tsn = 180541)

## End(Not run)

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