
query plants of the world online for taxonomic information
Source:R/powo_searcher.R
powo_searcher.Rda wrapper for kewr::search_powo
Examples
library(dplyr)
pow_results <- lapply(
c('Linnaea borealis var. borealis', 'Linnaea borealis var. americana',
'Astragalus purshii', 'Pinus ponderosa'),
powo_searcher) |>
dplyr::bind_rows()
#> Error: Request to 'http://www.plantsoftheworldonline.org/api/2/search' failed with code 500: Server error: (500) Internal Server Error
head(pow_results)
#> Error: object 'pow_results' not found