Skip to contents

The ConfigParameter S3 class represents a configuration parameter in StreamFind. The ConfigParameter is a list of at least two elements - name and description.

Usage

ConfigParameter(name = NA_character_, description = NA_character_)

# S3 method for class 'ConfigParameter'
validate_object(x)

Arguments

name

Name of the parameter.

description

Description of the parameter.

x

An object to validate.

Methods (by generic)

  • validate_object(ConfigParameter): Validates a ConfigParameter object, returning NULL if valid.