michelk / template.R

Very simple string-template-interpolation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Very simple string-template-interpolation

#require('devtools')
#install_github("template.R", "michelk")
require('template')
render("uno $zwei$ tres", list(zwei = "dos"))

About

Very simple string-template-interpolation


Languages

Language:R 100.0%