| specify_cls | R Documentation |
Create a specified stabilizer function
specify_cls(
stabilizer,
factory_args = list(),
scalar = FALSE,
call = rlang::caller_env()
)
stabilizer |
|
factory_args |
|
scalar |
|
call |
|
A function of class "stbl_specified_fn" that calls the specified
stabilizer function with the provided arguments. The generated function
will also accept ... for additional arguments to pass to the stabilizer
function. You can copy/paste the body of the resulting function if you want
to provide additional context or functionality.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.