R/solr.R

#' ITIS Solr Methods
#'
#' ITIS provides access to their data via their Solr service described at
#' <https://www.itis.gov/solr_documentation.html>.  This is a powerful
#' interace to ITIS data as you have access to a very flexible query
#' interface.
#' 
#' See [solr_fields] and <https://www.itis.gov/solr_documentation.html> 
#' for guidance on available fields.
#'
#' @section Functions:
#'
#'  - [itis_search()] - Search
#'  - [itis_group()] - Group
#'  - [itis_highlight()] - Highlight
#'  - [itis_facet()] - Facet
#'
#' @name solr
NULL

Try the ritis package in your browser

Any scripts or data that you put into this service are public.

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