Learn R Programming

rapport (version 0.51)

tpl.renew: Renew deprecated template

Description

Convert old-style template to new-style one (what we really do is just replacing old header syntax with YAML one).

Usage

tpl.renew(fp, file = NULL)

Arguments

fp
pointer to an old template (see tpl.find for details)
file
a path to output file. If NULL, result will be flushed to stdout.