View source: R/modelTextualUI.R
modelTextualUI | R Documentation |
Shiny application to update RsNLME model from Shiny GUI and directly edit PML statements using Ace editor. Syntax and semantic check is performed by TDL executable (if presented). The Shiny application also allows adding input options and column mappings from Shiny GUI.
modelTextualUI(baseModel, initpml, data, modelName = "PKPDmodel")
baseModel |
The model object from where the information is recovered. |
initpml |
Initial PML model file to be edited. Overrides
|
data |
Input data frame.
Overrides |
modelName |
Name of the model; if |
A model object of class NlmePmlModel
if (interactive()) {
model <- modelBuilderUI(data = Certara.RsNLME::pkData, modelName = "PK_Model")
model <- modelTextualUI(baseModel = model)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.