Search for taxonomy data from Plantminer.com
Search for taxonomy data from Plantminer.com
plantminer(plants, from = "tpl", messages = TRUE, ...)
plants |
(character) Vector of plant species names. Required. |
from |
(character) One of tpl (for theplantlist.com data), or
flora (for Brazilian Flora Checklist). Required. Default: |
messages |
(logical) informative messages or not. Default: |
... |
curl options passed on to crul::HttpClient |
data.frame of results.
you used to need an API key for Plantminer; it's no longer needed
## Not run: # A single taxon plantminer("Ocotea pulchella") # Many taxa plants <- c("Myrcia lingua", "Myrcia bella", "Ocotea pulchella", "Miconia", "Coffea arabica var. amarella", "Bleh") plantminer(plants) # By deafult, tpl is used, for Theplantlist data, # toggle the from parameter here plantminer("Ocotea pulchella", from = "flora") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.