itis_highlight: ITIS Solr highlight

Description Usage Arguments Examples

View source: R/itis_highlight.R

Description

ITIS Solr highlight

Usage

1
itis_highlight(..., proxy = NULL, callopts = list())

Arguments

...

Arguments passed on to the params parameter of the solrium::solr_highlight() function. See solr_fields for possible parameters, and examples below

proxy

List of arguments for a proxy connection, including one or more of: url, port, username, password, and auth. See crul::proxy() for help, which is used to construct the proxy connection.

callopts

Curl options passed on to crul::HttpClient

Examples

1
2
3
4
## Not run: 
itis_highlight(q = "rank:Species", hl.fl = 'rank', rows=10)

## End(Not run)

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