Description Usage Arguments Value Examples
Perform string interpolation with pluralization
1 | interp(..., .envir = parent.frame())
|
... |
Character vectors to interpolate |
.envir |
Environment for lookup |
A character vector
1 2 | x <- 1:10
assemblerr:::interp("x has elements {x}")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.