Description Usage Format Source See Also Examples
This dataset is based on the Tree Database Data Dictionary available at http://ctfs.si.edu/Public/DataDict/data_dict.php.
1  | 
An object of class tbl_df (inherits from tbl, data.frame) with 242 rows and 3 columns.
http://ctfs.si.edu/Public/DataDict/data_dict.php.
Other metadata: unique_id
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, ]
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.