data_dictionary: Data Dictionary of the ForestGEO database.

Description Usage Format Source See Also Examples

Description

This dataset is based on the Tree Database Data Dictionary available at http://ctfs.si.edu/Public/DataDict/data_dict.php.

Usage

1

Format

An object of class tbl_df (inherits from tbl, data.frame) with 242 rows and 3 columns.

Source

http://ctfs.si.edu/Public/DataDict/data_dict.php.

See Also

Other metadata: unique_id

Examples

1
2
3
4
5
6
head(data_dictionary)

# Column names vary in subtle ways (e.g. SubSpeciesID vs. SubspeciesID)
pattern <- "^subspeciesid$"
matching <- grepl(pattern, data_dictionary$column, ignore.case = TRUE)
data_dictionary[matching, ]

forestgeo/fgeo.opendata documentation built on May 25, 2019, 8:31 p.m.