Skip to contents

Get occurrence terms.

Usage

occ_term(curlopts = list(http_version = 2))

Arguments

curlopts

list of named curl options passed on to HttpClient. see curl::curl_options for curl options

Value

A data.frame with occurrence term definitions.

Examples

if (FALSE) { # \dontrun{
occ_term()

# Pass on curl options
occ_term(curlopts = list(verbose = TRUE))
} # }