Interact with Dinamica from R, see Functions section below.
Arguments
- model_path
Path to the .ego model file to run. Any submodels must be included in a directory of the exact form
basename(modelpath)_ego_Submodels, see wiki- disable_parallel
Whether to disable parallel steps (default TRUE)
- log_level
Logging level (1-7, default NULL)
- additional_args
Additional arguments to pass to DinamicaConsole, see
DinamicaConsole -help- write_logfile
bool, write stdout&stderr to a file?
- echo
bool, direct echo to console?
- work_dir
Working dir, where to place ego files and control table
- ...
passed to
exec_dinamica()- infile
Input file path. Treated as input if passed AsIs using
base::I()- outfile
Output file path (optional)
- mode
Character, either "encode" or "decode"
- check
Default TRUE, simple check to ensure that you're handling what you're expecting
- run_modelprechecks
bool, Validate that everything's in place for a model run. Will never be run if calibration.
- config
List of config params
- calibration
bool, Is this a calibration run?