View source: R/modelBuilderUI.R
modelBuilderUI | R Documentation |
Shiny application to build RsNLME model from Shiny GUI and generate corresponding RsNLME code based on input selections.
modelBuilderUI(
data,
modelName = "PKPDmodel",
workingDir = "",
baseModel = NULL
)
data |
Input dataset. |
modelName |
Name of the model; if |
workingDir |
Working directory to run the model. Current working directory
will be used if |
baseModel |
The model object from where the input dataset and model name are recovered if
arguments |
A model object of class NlmePmlModel
if (interactive()) {
model <- modelBuilderUI(data = Certara.RsNLME::pkData, modelName = "PK_Model")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.