Place .problem, .subprob and .method into environment consistently
Source:R/utils.R
fill_prob_subprob_method.Rd
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()
)