Right now parameters are inserted into queries using simple string substitution, which is bug-prone and increasingly difficult to extend (e.g. passing a vector as a parameter value, which should be rendered as a comma-separated list, for #27). Using a standardized template language would make the writing of queries more intuitive and flexible.
whisker seems to be the best option available for R.
Right now parameters are inserted into queries using simple string substitution, which is bug-prone and increasingly difficult to extend (e.g. passing a vector as a parameter value, which should be rendered as a comma-separated list, for #27). Using a standardized template language would make the writing of queries more intuitive and flexible.
whisker seems to be the best option available for R.