rapport (version 1.0)

rapport.path.remove: Remove Template Path

Description

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

Usage

rapport.path.remove(...)

Arguments

...

character vector of paths

Value

TRUE on success (invisibly)

Examples

Run this code
# NOT RUN {
rapport.path()
rapport.path.add('/tmp')
rapport.path()
rapport.path.remove('/tmp')
rapport.path()
# }

Run the code above in your browser using DataCamp Workspace