Description Usage Arguments Value Examples
Coerces input to integers and enforces single values before calling the Rust implementation.
1 | pass_single_integer_wrapped(n = 5)
|
n |
A numeric value to pass to Rust |
n * 10
1 2 | pass_single_integer_wrapped(NA) # NA_integer_
pass_single_integer_wrapped(5) # 50
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.