ECOFLORA_df {TR8} | R Documentation |
ECOFLORA_df: local lookup table for Ecoflora species' url(s)
Description
This dataset is not ment to be directly accessed by the
final user. It is imported by the ecoflora()
function to extrapolate the correct URL
for each
species of interest and download the corresponding
functional traits. This dataset is used as a lookup table
from the ecoflora()
function.
Format
A data frame containing URL for the species contained in the Ecoflora web database.
- species
a vector containing the species names as defined on Ecoflora website
- web_link
a character vector containing the URL of each species trait web page
- acceptedname
a character vector containing the accepted name according to TNRS
- sourceid
a character vector containing the source used by the
taxize::tnrs
function- score
a numeric vector containing the score obtained by
taxize::tnrs
function- matchedname
a character vector containing the matched names by
taxize::tnrs
- uri
a character vector containing Ecoflora-URL for each species
References
Please alwasy cite the database according to:
Fitter, A . H. and Peat , H. J., 1994, The Ecological Flora Database, J. Ecol., 82, 415-425.
Examples
## observe the data for the first few species
## Not run:
head(ECOFLORA_df)
## End(Not run)