Message-ID: <CAFnz2--tFC_6ps_4QQot9ytGvro6G0zpeJa-1P=yLp-jDjEYNQ@mail.gmail.com>
Date: 2015-05-16T10:57:22Z
From: Luca Cerone
Subject: Template Engine for R
In-Reply-To: <CAFDcVCTeK3vPbk14sMWC7azgU07Xgyk3gywP-n1tOgyJVfGGEg@mail.gmail.com>
Thanks Henrik!
That's seem more like what I am looking for, though I do not have to
use a template engine for reporting purposes.
I do not need to create html, nor markdown but I'll see if I can use
it for what I need :)
Cheers,
luca
On Sat, May 16, 2015 at 9:41 AM, Henrik Bengtsson
<henrik.bengtsson at ucsf.edu> wrote:
> See http://cran.r-project.org/package=R.rsp
>
> Henrik
> (author)
>
> On Fri, May 15, 2015 at 11:34 PM, Luca Cerone <luca.cerone at gmail.com> wrote:
>> Dear all,
>> I am looking for a template engine for R.
>>
>> I have already come across {{mustache}} and its R implementation whisker,
>> however I am looking for something with a few more features like "if blocks",
>> "for loop", "block inheritance" and so on (for those of you who
>> are familiar with Python I am looking for something like Jinja2 or Mako).
>>
>> I searched in google, but the only option for R seems whisker.
>>
>> Can any of you recommend me some alternatives?
>>
>> Thanks a lot in advance for the help!
>>
>> Cheers,
>> Luca
>>
>> ______________________________________________
>> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
>> https://stat.ethz.ch/mailman/listinfo/r-help
>> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.