View source: R/functions_wrapper.R
create_symbol | R Documentation |
Create a new unique variable symbol given a model
create_symbol(model, stem, force_numbering = FALSE)
model |
(Model) Pharmpy model object |
stem |
(str) First part of the new variable name |
force_numbering |
(logical) Forces addition of number to name even if variable does not exist, e.g. COVEFF → COVEFF1 |
(Symbol) Created symbol with unique name
## Not run:
model <- load_example_model("pheno")
create_symbol(model, "TEMP")
create_symbol(model, "TEMP", force_numbering=TRUE)
create_symbol(model, "CL")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.