is_stics_var | R Documentation |
Tells if one or more variable names are valid STICS output variables.
is_stics_var(var, stics_version = "latest")
var |
A vector of variable names |
stics_version |
Name of the STICS version. Optional, can be used
to search parameters information relative to a specific STICS version.
By default the latest version returned by |
A boolean vector: TRUE
if the variable exist, FALSE
otherwise
get_var_info()
for interactive use.
is_stics_var(c("lai(n)", "masec(n)", "unknown"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.