Hi ProjectTemplate maintainers,
I noticed that version 0.4-5 contained a very useful change, namely:
* Allow string interpolation of R functions in sql queries
I also noticed that syntax for the interpolation is to prefix a delimit the code with @@{..}. I am curious to know why not adopt Mustache which seems to popular and common and implemented by the CRAN package whisker. It seems that it would make more sense to adopt mustache/whisker rather than introduce yet another interpolation syntax.
Thanks for the great package BTW.
Chris