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