Learn R Programming

SticsRFiles (version 1.4.0)

is_stics_param: 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")

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.

See Also

get_param_info() for interactive use.

Examples

Run this code
is_stics_param(c("adil", "adilmax", "unknown"))

Run the code above in your browser using DataLab