get_code | R Documentation |
Access model code from an xpdb object.
get_code(xpdb, .problem = NULL)
xpdb |
An |
.problem |
The problem to be used, in addition, problem 0 is attributed to general output (e.g. NM-TRAN warnings in NONMEM). By default returns the entire code. |
A tibble of the parsed model.
xpose_data
, read_nm_model
parsed_model <- get_code(xpdb_ex_pk)
parsed_model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.