parseIfStatement: Parse IF-statement.
Assumption: isIfStatement
method already called and returned TRUE.
Description
Parse IF-statement.
Assumption: isIfStatement
method already called and returned TRUE.
Usage
parseIfStatement(line, comment = as.character(NA))
Value
an IF statement object
Arguments
- line
IF-statement as single character string value, comment omitted
- comment
any comment, NA by default