powered by
Get geographic divisions from tsn
geographic_divisions(tsn, wt = "json", raw = FALSE, ...)
TSN for a taxonomic group (numeric). Required.
(character) One of "json" or "xml". Required.
(logical) Return raw JSON or XML as character string. Required. Default: FALSE
FALSE
curl options passed on to crul::HttpClient
# NOT RUN { geographic_divisions(tsn = 180543) geographic_divisions(tsn = 180543, wt = "xml") geographic_divisions(tsn = 180543, wt = "json", raw = TRUE) # }
Run the code above in your browser using DataLab