Get generic names for a family.

get_genera(from = NULL, family = NULL, fuzzy = FALSE, ...)

Arguments

from

Source flora, one of 'fna', 'chile', 'china', 'china_moss', 'nepal', 'missouri', 'ecuador', or 'jepson'

family

A plant family name.

fuzzy

If TRUE, does fuzzy search using agrep. If FALSE, uses grep.

...

Further args passed on to agrep or grep

Value

Taxa names in a vector or data.frame

Examples

if (FALSE) { out <- get_genera(from='fna', family='Asteraceae') out$names head(out$urls) # Search for trait data receptacle(out$urls$url[3]) }