testLen: Test length is 0 or not

Description Usage Arguments Details Value Author(s)

Description

Test if the input vector's length is 0

Usage

1
testLen(inputVal, trueVal, falseVal)

Arguments

inputVal

vector

trueVal

return this value, if the length of 'inputVal' is 0.

falseVal

return this value, if the length of 'falseVal' is not 0.

Details

To test the length of input vector, if the length is 0, return 'trueVal', else return 'falseval'

Value

'trueVal' or 'falseVal'

Author(s)

Yulong Niu niuylscu@gmail.com


YulongNiu/KEGG_BioCyc_API documentation built on May 10, 2019, 1:13 a.m.