whisker.render(whisker)
whisker.render()所属R语言包:whisker
Logicless templating
Logicless模板
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Logicless templating
Logicless模板
用法----------Usage----------
whisker.render(template, data = parent.frame(), partials
= list(), debug = FALSE)
参数----------Arguments----------
参数:template
character with template text
character模板文本
参数:data
named list or environment with variables that will be used during rendering
命名list或environment在渲染过程中使用的变量将被
参数:partials
named list with partial templates, will be used during template contruction
名为list局部模板,将用于在模板敷设渠道
参数:debug
Used for debugging purposes, likely to disappear
用于调试目的,可能会消失
值----------Value----------
character with rendered template
character渲染模板
实例----------Examples----------
template <- "Hello {{place}}!"
place <- "World"
whisker.render(template)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|