fill_prob_subprob_method: Place .problem, .subprob and .method into environment...

fill_prob_subprob_methodR 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

<xpose_data> or related object

.problem

NULL or missing

.subprob

NULL or missing

.method

NULL or missing

envir

<environment> in which to assign the problem info.


xpose.xtras documentation built on April 4, 2025, 2:13 a.m.