
Constructive options for class 'ellmer::TypeBasic`'
Source:R/s7-elmer_TypeBasic.R
opts_ellmer_TypeBasic.Rd
These options will be used on objects of class 'ellmer::TypeBasic`'.
Usage
opts_ellmer_TypeBasic(constructor = c("default", "TypeBasic", "next"), ...)
Details
Depending on constructor
, we construct the object as follows:
"TypeBasic"
(default): We build the object usingellmer::TypeBasic()
."next"
: Use the constructor for the next supported class.