View source: R/download_database.R
download_database | 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, timeout = 4)
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
|
timeout |
Number of seconds to query UniversalFQA before timing out. |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.