By default returns data from the last estimation problem. If only simulation problems are present
then the data from last simulation will be returned instead. Object returned as tibble for single
tables/problems or a named list for multiple tables/problems.
Arguments
xpdb
An xpose_data object from which the model output file data will be extracted.
table
Name of the output table to be extracted from the xpdb e.g. 'sdtab001'. Alternative to
the `.problem` argument.
.problem
Accesses all tables from the specified problem. Alternative to the `table` argument.
quiet
Logical, if FALSE messages are printed to the console.
# By table namesdtab <- get_data(xpdb_ex_pk, 'sdtab001')
sdtab
# By problemtables <- get_data(xpdb_ex_pk, .problem = 1)
tables
# Tip to list available tables in the xpdbprint(xpdb_ex_pk)