Learn R Programming

rapport (version 0.51)

tpl.paths.add: Add Template Path

Description

Adds a new element to custom paths' list where rapport will look for templates.

Usage

tpl.paths.add(...)

Arguments

...
character vector of paths

Value

  • TRUE on success (invisibly)

Examples

Run this code
tpl.paths.add('/tmp')
tpl.list()

## might trigger an error:
tpl.paths.add('/home', '/rapport')

Run the code above in your browser using DataLab