all.taxonomy: Should full taxonomic information and TNRS output be returned? Default is FALSE.
political.boundaries: Should political boundary information (country, state, etc.) be returned? Default is FALSE.
source.citation: Should readable source information be downloaded for each record? Note that BIEN_metadata_citation may be more useful.
...: Additional arguments passed to internal functions.
Returns
A dataframe of all available trait data for the given trait(s).
Note
Trait spelling needs to be exact and case-sensitive, see BIEN_trait_list for a list of traits.
Examples
## Not run:BIEN_trait_trait("whole plant height")trait_vector<-c("whole plant height","leaf dry mass per leaf fresh mass")BIEN_trait_trait(trait_vector)## End(Not run)