Tells if one or more parameter names are valid STICS input parameters.
is_stics_param(param, stics_version = "latest")
A vector of parameter names
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 get_stics_versions_compat()
is used.
A boolean vector: TRUE
if the parameter exist, FALSE
otherwise
get_param_info()
for interactive use.
is_stics_param(c("adil", "adilmax", "unknown"))
#> ! paremeters `unknown` not found. Try `get_param_info()`.
#> [1] TRUE TRUE FALSE