Send metamodel to modelTextualUI()
and run shiny application
create_metamodelTextual.Rd
Used by Pirana to send existing metamodel to modelTextualUI()
for
editing, and after returning, saves it as a metamodel file e.g, .mmdl.
Details
If DOSING CYCLE
block is presented in the metamodel, it will be
transferred to COLDEF
block with a warning.
Examples
if (interactive()) {
mmdl_file <- system.file("vignettesdata/OneCpt_IVInfusion.mmdl",
package = "Certara.RsNLME")
create_metamodelTextual(
mmdl_file
)
}