database_glance {fqar} | R Documentation |
Obtain tidy summary information for a floristic quality database
Description
database_glance()
tidies a floristic quality database obtained from
universalfqa.org.
Usage
database_glance(database)
Arguments
database |
A database downloaded from
universalfqa.org either manually or using
|
Value
A data frame with 8 columns:
region (character)
year (numeric)
description (character)
total_species (numeric)
native_species (numeric)
non_native_species (numeric)
total_mean_c (numeric)
native_mean_c (numeric)
Examples
# While database_glance can be used with a .csv file downloaded manually
# from the universal FQA website, it is most typically used in combination
# with download_database().
chicago_db <- download_database(database_id = 1)
chicago_db_summary <- database_glance(chicago_db)
[Package fqar version 0.5.3 Index]