View source: R/functions_wrapper.R
read_model | R Documentation |
Read model from file
read_model(path, missing_data_token = NULL)
path |
(str) Path to model |
missing_data_token |
(str (optional)) Use this token for missing data. This option will override the token from the config. (This option was added in Pharmpy version 1.2.0) |
(Model) Read model object
read_model_from_database : Read model from database
read_model_from_string : Read model from string
## Not run:
model <- read_model("/home/run1$mod")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.