Learn R Programming

fqar (version 0.5.6)

database_inventory: Obtain species details for a floristic quality database

Description

database_inventory() returns a data frame of all plant species included in a floristic quality database obtained from universalfqa.org.

Usage

database_inventory(database)

Value

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)

Arguments

database

A database downloaded from universalfqa.org either manually or using download_database().

Examples

Run this code
# 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_species <- database_inventory(chicago_db)

Run the code above in your browser using DataLab