validateRange: validateRange

Description Usage Arguments Details Author(s) See Also

View source: R/Validators.R

Description

validateRange Validates a parameter that takes a range of values.

Usage

1
validateRange(object)

Arguments

object

The object to be validated

Details

Class accepts an object with a public parameters member. The parameters member must be a list with four elements: (1) the variable name, (2) the variable value, (3), the low range, and (4), the high range. All ranges are inclusive.

Author(s)

John James, jjames@DataScienceSalon.org

See Also

Other Validation Functions: validateClass, validateDiscrete, validateKeyValue, validateLogical, validatePath


DataScienceSalon/NLPStudio documentation built on May 23, 2019, 10:36 p.m.