Learn R Programming

rapport (version 0.51)

tpl.check: Check Template

Description

Checks if the examples of given template can be run without any error.

Usage

tpl.check(fp)

Arguments

fp
a character vector containing template name (".tpl" extension is optional), file path or a text to be split by line breaks

Details

If everything went fine and you get a list of success equals to TRUE values, otherwise success returns FALSE with additional message

Examples

Run this code
tpl.check('example')

Run the code above in your browser using DataLab