Description Usage Arguments Value Examples
Get available variable values localized in current language
1 | get_available(variable = NULL, aux = NULL, is_removal = FALSE)
|
variable |
character vector pointing at the tabled variable to look up.
One of |
aux |
character vector useful to pass the part when variable is "crop by part group" |
is_removal |
boolean value useful to select only crops featuring removal coefficients, for variable assuming values "crop", "crop by group", "crop by part group", and "part" |
a character vector of available tabled variable values, a list of
variable values (when variable
is "group_crop"), or a character vector
of available variables to be looked up (when variable
is NULL
),
or NULL
when no matching variables were passed.
1 2 | head(get_available("crop"))
get_available("languages")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.