opts_pairlist {constructive} | R Documentation |
Constructive options for pairlists
Description
Depending on constructor
, we construct the object as follows:
-
"pairlist"
(default): Build the object using apairlist()
call. -
"pairlist2"
: Build the object using arlang::pairlist2()
call.
Usage
opts_pairlist(constructor = c("pairlist", "pairlist2"), ...)
Arguments
constructor |
String. Name of the function used to construct the object, see Details section. |
... |
Additional options used by user defined constructors through the |
Value
An object of class <constructive_options/constructive_options_pairlist>
[Package constructive version 1.0.1 Index]