Tells if one or more parameter names are valid STICS
input parameters.
Usage
is_stics_param(param, stics_version = "latest")
Value
A boolean vector: TRUE if the parameter exist, FALSE otherwise
Arguments
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 get_stics_versions_compat()
is used.