| .argAssertRange {dChipIO} | R Documentation |
A private function.
.argAssertRange(x, range, ...)
x |
A numeric vector to be validated. |
range |
A numeric vector of length two. |
... |
Not used. |
Returns x if valid, otherwise an error is thrown.
Henrik Bengtsson (http://www.braju.com/R/)