.cstr_fetch_opts {constructive} | R Documentation |
Fetch constructive options
Description
Exported for custom constructor design.
Usage
.cstr_fetch_opts(class, ..., template = NULL)
Arguments
class |
A string. An S3 class. |
... , template |
Parameters generally forwarded through the dots of the caller function |
Value
An object of class c(paste0("constructive_options_", class), "constructive_options")
[Package constructive version 1.0.1 Index]