Create Logical Option Specification
Arguments
- nullAllowed
Logical flag indicating whether
NULLis permitted. Defaults toFALSE.- naAllowed
Logical flag indicating whether
NAvalues are permitted. Defaults toFALSE.- expectedLength
Expected length of the option value. Use
NULLfor any length,1for scalar (default), or a positive integer for specific length.