is_stics_var {SticsRFiles} | R Documentation |
Search if a STICS variable exist
Description
Tells if one or more variable names are valid STICS output variables.
Usage
is_stics_var(var, stics_version = "latest")
Arguments
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 |
Value
A boolean vector: TRUE
if the variable exist, FALSE
otherwise
See Also
get_var_info()
for interactive use.
Examples
is_stics_var(c("lai(n)", "masec(n)", "unknown"))
[Package SticsRFiles version 1.4.0 Index]