| .call_specified_fn | R Documentation |
Stabilizer functions use either x_arg/call or .x_arg/.call as
parameter names depending on how they were created. This helper finds the
relevant formal name for each argument independently using
rlang::fn_fmls_names() and dispatches accordingly.
.call_specified_fn(spec_fn, .x, .x_arg, .call)
spec_fn |
A stabilizer function. |
.x |
The value to validate. |
.x_arg |
|
.call |
|
The validated value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.