interp | R Documentation |
Perform string interpolation with pluralization
interp(..., .envir = parent.frame())
... |
Character vectors to interpolate |
.envir |
Environment for lookup |
A character vector
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.