This is a convenience function that ultimately calls mread()
.
Model code is written to a file and read back in using mread()
.
Arguments
- model
model name.
- code
character string specifying a
mrgsolve
model.- project
project directory for the model.
- ...
passed to
mread()
; see that help topic for other arguments that can be set.
Details
Note that the arguments are in slightly different order than
mread()
. The default project
is tempdir()
.
See the mread()
help topic for discussion about caching
compilation results with mcode_cache()
.