itis_group: ITIS Solr group search

View source: R/itis_group.R

itis_groupR Documentation

ITIS Solr group search

Description

ITIS Solr group search

Usage

itis_group(..., proxy = NULL, callopts = list())

Arguments

...

Arguments passed on to the params parameter of the solrium::solr_group() 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

## Not run: 
x <- itis_group(q = "nameWOInd:/[A-Za-z0-9]*[%20]{0,0}*/",
   group.field = 'rank', group.limit = 3)
head(x)

## End(Not run)

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