Description Usage Arguments Author(s) See Also
An alias for whisker.render
1 2 3 4 5 6 7 | whisker_render(
template,
data = parent.frame(),
partials = list(),
debug = FALSE,
strict = TRUE
)
|
template |
character with template text |
data |
named list or environment with variables that will be used during rendering |
partials |
named list with partial templates, will be used during template construction |
debug |
Used for debugging purposes, likely to disappear |
Edwin de Jonge, https://github.com/edwindj/whisker
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.