set_prop {xpose.xtras} | R Documentation |
Set a summary property
Description
Set a summary property
Usage
set_prop(xpdb, ..., .problem = NULL, .subprob = NULL)
Arguments
xpdb |
< |
... |
< |
.problem |
< |
.subprob |
< |
Details
Although one might be tempted to set custom properties using this function,
with the intention to maintain cross-functionality with xpose
, users cannot
set a non-existent property with this function. When used internally, workarounds
to this semi-limitation are used.
Value
xp_xtras
object
Examples
set_prop(xpose::xpdb_ex_pk, descr = "New model description") %>%
xpose::get_summary()
[Package xpose.xtras version 0.0.2 Index]