download_database {fqar} | R Documentation |
download_database()
retrieves a specified floristic quality database
from universalfqa.org. A list of available
databases can be found using the
index_fqa_databases()
function.
download_database(database_id)
database_id |
A numeric identifier of the desired floristic quality
database, as specified by
universalfqa.org. ID numbers for
databases recognized this site can be viewed with the
|
An untidy data frame in the original format of the Universal FQA
website. Use database_glance()
for a tidy
summary and database_inventory()
for
species-level data.
databases <- index_fqa_databases() # Database 1 is the original 1994 Chicago edition.
chicago_database <- download_database(1)