Description Usage Arguments Examples
Expressions enclosed by specified delimiters will be evaluated as R code
within the context of the src
data/environment. The results will
then be inserted into the original string via sprintf()
i.e. string interpolation.
1 |
fmt |
single character string containing the format specification. |
src |
data source. An |
open, close |
the opening and closing character strings which delimit an expression.
Default: |
eval |
logical. Should the expressions be treated as R code to be
evaluated? Default: TRUE means to treat the expressions as R code and
evaluate. If FALSE, then no code evaluation will ever be
done and expressions will be treated as only variable
names in the given |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.