transect_glance {fqar}R Documentation

Obtain tidy summary information for a floristic quality transect assessment

Description

transect_glance() tidies a floristic quality transect assessment data set obtained from universalfqa.org.

Usage

transect_glance(data_set)

Arguments

data_set

A data set downloaded from universalfqa.org either manually or using download_transect().

Value

A data frame with 1 row and 54 columns:

Examples

# While transect_glance can be used with a .csv file downloaded manually
# from the universal FQA website, it is most typically used in combination
# with download_transect().


tyler <- download_transect(6352)
transect_glance(tyler)



[Package fqar version 0.5.3 Index]