Get occurrence terms.
Usage
occ_term(curlopts = list(http_version = 2))Arguments
- curlopts
list of named curl options passed on to
HttpClient. seecurl::curl_optionsfor curl options
Examples
if (FALSE) { # \dontrun{
occ_term()
# Pass on curl options
occ_term(curlopts = list(verbose = TRUE))
} # }
