powered by
Access model code from an xpdb object.
get_code(xpdb, .problem = NULL)
An xpose_data object from which the model code will be extracted.
xpose_data
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
read_nm_model
# NOT RUN { parsed_model <- get_code(xpdb_ex_pk) parsed_model # }
Run the code above in your browser using DataLab