View source: R/variable_defs.R
get_variable_def | R Documentation |
When possible, variables are given standard names using the variable naming
system. The definitions for a variable can be found using this function.
The search_str
argument works using partial matching of the beginning of
each variable name. For example input "d"
will return all diameter
definitions but input "dsob"
will only return the definition for diameter
outside bark at breast height.
get_variable_def(search_str, return_exact_only = FALSE)
search_str |
The string to search with. |
return_exact_only |
Some variables are completely defined but will return "addditional" matches. For example, "hst" refers to the total height of a tree, but "hstix" refers to a site index. If this argument is false, all strings starting with "hst" will be returned. If true, then only "hst" will be returned. |
A data.frame containing the matched variable definitions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.