Learn R Programming

mrgsolve (version 0.8.12)

modelparse: Parse model specification text.

Description

Parse model specification text.

Usage

modelparse(txt, split = FALSE, drop_blank = TRUE, comment_re = c("//",
  "##"), ...)

Arguments

txt

model specification text

split

logical

drop_blank

logical; TRUE if blank lines are to be dropped

comment_re

regular expression for comments

...

arguments passed along