| .glue2 | R Documentation |
glue::glue with custom delimitersThis wrapper sets the .open and .close arguments of glue::glue() to [
and ], respectively. This allows for safe use of glue interpolation
within messages that will be processed by cli::cli_abort(), which uses {
and } for its own styling.
.glue2(..., env = caller_env())
... |
Arguments passed on to |
env |
The environment in which to evaluate the expressions. |
A character string with evaluated expressions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.