get_model_code
Get the model code of the underlying model language as a string
get_model_code(model)
model
(str) Model code
## Not run: model <- load_example_model("pheno") code <- get_model_code(model) ## End(Not run)
Useful links