use_template_template | R Documentation |
If a template is itself used again as a whisker template, we need some other escape mechanism.
The repro
-template than uses [[]]
instead of {{}}
which are than later reinstated.
use_template_template(
template,
save_as = template,
escape = c(`\\[\\[` = "{{", `\\]\\]` = "}}"),
data = list(),
ignore = FALSE,
open = FALSE,
package = "repro"
)
template |
|
save_as |
|
escape |
named vector, name is replacement (default curly), value is placeholder (default square) |
data |
|
ignore |
|
open |
|
package |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.