Learn R Programming

rapport (version 1.2)

rapport.path.remove: Remove Template Path

Description

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

Usage

rapport.path.remove(...)

Value

TRUE on success (invisibly)

Arguments

...

character vector of paths

Examples

Run this code
if (FALSE) {
rapport.path()
rapport.path.add('/tmp')
rapport.path()
rapport.path.remove('/tmp')
rapport.path()
}

Run the code above in your browser using DataLab