Parse Metamodel file
parse_metamodel.Rd
Parses the metamodel file to separate mmdl blocks.
Usage
parse_metamodel(mmdlfile, directory = getwd())
Value
A list returned with the following elements: model_name, DATA1, MAP1_list, DATA2, MAP2_list, COLDEF_block, MODEL_block, ESTARGS_block, TABLES_BLOCK, DATARSNLME_BLOCK
Details
See Metamodel documentation#'
Examples
if (FALSE) { # \dontrun{
parse_metamodel(mmdlfile = "mmdlfile.mmdl", directory = getwd())
} # }