is_stics_param {SticsRFiles}R Documentation

Search if a STICS parameter exist

Description

Tells if one or more parameter names are valid STICS input parameters.

Usage

is_stics_param(param, stics_version = "latest")

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.

Value

A boolean vector: TRUE if the parameter exist, FALSE otherwise

See Also

get_param_info() for interactive use.

Examples

is_stics_param(c("adil", "adilmax", "unknown"))


[Package SticsRFiles version 1.3.0 Index]