is_stics_param {SticsRFiles} | R Documentation |
Tells if one or more parameter names are valid STICS input parameters.
is_stics_param(param, stics_version = "latest")
param |
A vector of parameter 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 parameter exist, FALSE
otherwise
get_param_info()
for interactive use.
is_stics_param(c("adil", "adilmax", "unknown"))