Learn R Programming

rapport (version 0.51)

tpl.paths.remove: Remove Template Path

Description

Removes an element from custom paths' list where rapport will look for templates.

Usage

tpl.paths.remove(...)

Arguments

...
character vector of paths

Value

  • TRUE on success (invisibly)

Examples

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

## might trigger an error:
tpl.paths.remove('/root')

Run the code above in your browser using DataLab