powered by
Generic function to extract a property from a model summary
get_prop( xpdb, prop, .problem = NULL, .subprob = NULL, .method = NULL, .tail = 1 )
Exact value for the property
<xpose_dataxpose::xpose_data> object
xpose_data
<character> Property to extract
character
<numeric> Problem number to use. Uses the xpose default if not provided.
numeric
<numeric> Subproblem number to use. Uses the xpose default if not provided.
<character> Method to use. Uses the xpose default if not provided.
<numeric> Length of terminal values to pull when there are more than 1 result
data("xpdb_ex_pk", package = "xpose") get_prop(xpdb_ex_pk, "descr")
Run the code above in your browser using DataLab