expose_property | R Documentation |
Expose a property of xpdb objects in an xpose_set
expose_property(xpdb_s, ..., .problem = NULL, .subprob = NULL, .method = NULL)
xpdb_s |
< |
... |
< |
.problem |
< |
.subprob |
< |
.method |
< |
The property returned will be top-level, and to avoid conflicting
names will be prepended by ..
(e.g., ..descr
).
For some properties, transformations are applied automatically to make them more useful. This includes:
etashk
and epsshk
: transformed to numeric vectors as in <get_shk
>
ofv
and other per-problem properties: transformed as
needed and pulls from each xpdb
default problem.
An xpose_set
object with the properties exposed
expose_param()
xpdb_set <- expose_property(xpdb_set, descr)
xpdb_set$mod1$..descr
xpdb_set <- expose_property(xpdb_set, etashk)
xpdb_set$mod1$..etashk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.