bot_search: Harvard botanist index functions

View source: R/harvard-botanists.R

bot_searchR Documentation

Harvard botanist index functions

Description

Harvard botanist index functions

Usage

bot_search(
  name = NULL,
  individual = FALSE,
  start = NULL,
  fuzzy = FALSE,
  remarks = NULL,
  speciality = NULL,
  country = NULL,
  is_collector = FALSE,
  is_author = FALSE,
  team = FALSE,
  error = stop,
  ...
)

Examples

## Not run: 
# bot_search(name = "Asa Gray")
# bot_search(name = "A. Gray")
# bot_search(remarks = "harvard")
# bot_search(name = "Gray", fuzzy = TRUE)

## FIXME - this leads to a JSON parsing error because they give
##   bad JSON in some results, including this example
# bot_search(country = "China")

## End(Not run)

ropensci/scrubr documentation built on Sept. 12, 2022, 2:12 p.m.