parse_if_statement: Parse IF-statement. Assumption: 'is_if_statement' method...

View source: R/model_parser.R

parse_if_statementR Documentation

Parse IF-statement. Assumption: is_if_statement method already called and returned TRUE.

Description

Parse IF-statement. Assumption: is_if_statement method already called and returned TRUE.

Usage

parse_if_statement(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 July 30, 2026, 9:06 a.m.