bot_search: Harvard botanist index functions

Description Usage Examples

View source: R/harvard-botanists.R

Description

Harvard botanist index functions

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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)

Example output



scrubr documentation built on June 12, 2021, 9:06 a.m.