Launches a Shiny app for browsing all available pharmacokinetic model
templates in the Pmetrics library. Select a model to view its parameters,
compartment structure, differential equations, and ready-to-use
PM_model$new() code. Use the Copy button to send the code to the
clipboard. Individual creator functions such as one_comp_iv() return a
compiled PM_model and copy the code automatically.
Arguments
- show
Logical. If
TRUE(default), launches the Shiny browser app. IfFALSE, returns the model tibble invisibly without launching the app.- launch.browser
Logical. Passed to
shiny::runApp()whenshow = TRUE.