taxize (version 0.1.5)

plantminer: Search for taxonomy data from Plantminer.com

Description

Search for taxonomy data from Plantminer.com

Usage

plantminer(plants, key = NULL, verbose = TRUE)

Arguments

plants
Vector of plant species names.
key
Your api key for the plantminer.com site. Go to http://www.plantminer.com/ to get your api key. Two options for inputting your key. 1) You can input it manually within the function as the second argument, or 2) you can put the key in
verbose
Verbose or not, logical

Value

  • data.frame of results.

Examples

Run this code
plants <- c("Myrcia lingua", "Myrcia bella", "Ocotea pulchella",
		"Miconia", "Coffea arabica var. amarella", "Bleh")
plantminer(plants)

Run the code above in your browser using DataLab