rapport.path.remove {rapport} | R Documentation |
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
## Not run:
rapport.path()
rapport.path.add('/tmp')
rapport.path()
rapport.path.remove('/tmp')
rapport.path()
## End(Not run)
[Package rapport version 1.1 Index]