parseIfStatement: Parse IF-statement. Assumption: isIfStatement method already...

View source: R/model_parser.R

parseIfStatementR Documentation

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))

Arguments

line

IF-statement as single character string value, comment omitted

comment

any comment, NA by default

Value

an IF statement object


campsismod documentation built on Oct. 12, 2023, 5:13 p.m.