Skip to content
Back to formatted view

Raw Message

Message-ID: <F1065E5D886F4D429259CDEAE3F83CB61AF13262@msgdb20.utad.utoledo.edu>
Date: 2015-05-18T18:45:23Z
From: Federman, Douglas
Subject: Template Engine for R
In-Reply-To: <CAFnz2-8Rr-6DyAdgA2_KmZG7WoQ5G6cQiMztV-uC_CGbuy2R-g@mail.gmail.com>

There is a new one on CRAN called infuser that may meet your needs


--
One who is in a dying condition is regarded as a living person in all respects.
    -- Maimonides


-----Original Message-----
From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Luca Cerone
Sent: Saturday, May 16, 2015 2:35 AM
To: R-help
Subject: [R] Template Engine for R

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.