Depending on constructor
, we construct the object as follows:
"pairlist"
(default): Build the object using a pairlist()
call.
"pairlist2"
: Build the object using a rlang::pairlist2()
call.
opts_pairlist(constructor = c("pairlist", "pairlist2"), ...)
An object of class <constructive_options/constructive_options_pairlist>
String. Name of the function used to construct the object, see Details section.
Additional options used by user defined constructors through the opts
object