assessment_inventory {fqar} | R Documentation |
assessment_inventory()
returns a data frame of all plant species
included in a floristic quality assessment obtained from
universalfqa.org.
assessment_inventory(data_set)
data_set |
A data set downloaded from
universalfqa.org either manually or using
|
A data frame with 9 columns:
scientific_name (character)
family (character)
acronym (character)
nativity (character)
c (numeric)
w (numeric)
physiognomy (character)
duration (character)
common_name (character)
# While assessment_glance can be used with a .csv file downloaded
# manually from the universal FQA website, it is most typically used
# in combination with download_assessment().
edison <- download_assessment(25002)
assessment_inventory(edison)