Description Usage Arguments Value Examples
Coerces input values to integers and replaces output vector elements with NA where appropriate.
1 | pass_multiple_integers_wrapped(n = c(5, 7, 9))
|
n |
A numeric vector to pass to Rust |
n * 10
1 2 | pass_multiple_integers_wrapped(c(3, 5)) # c(30, 50)
pass_multiple_integers_wrapped(c(1, NA)) # c(10, NA)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.