fill_prob_subprob_method {xpose.xtras} | R Documentation |
Place .problem, .subprob and .method into environment consistently
Description
Since this is a common need, it is being functionalized to ensure consistency.
Usage
fill_prob_subprob_method(
xpdb,
.problem,
.subprob,
.method,
envir = parent.frame()
)
Arguments
xpdb |
< |
.problem |
|
.subprob |
|
.method |
|
envir |
< |
[Package xpose.xtras version 0.0.2 Index]