View source: R/create_metamodelTextual.R
create_metamodelTextual | R Documentation |
modelTextualUI()
and run shiny applicationUsed by Pirana to send existing metamodel to modelTextualUI()
for
editing, and after returning, saves it as a metamodel file e.g, .mmdl.
create_metamodelTextual(metamodelFile)
metamodelFile |
Path to existing metmodel file. |
If DOSING CYCLE
block is presented in the metamodel, it will be
transferred to COLDEF
block with a warning.
Updated metamodel text.
if (interactive()) {
mmdl_file <- system.file("vignettesdata/OneCpt_IVInfusion.mmdl",
package = "Certara.RsNLME")
create_metamodelTextual(
mmdl_file
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.