rapport.path.remove: Remove Template Path

Description Usage Arguments Value Examples

View source: R/rp_helpers.R

Description

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

Usage

1

Arguments

...

character vector of paths

Value

TRUE on success (invisibly)

Examples

1
2
3
4
5
6
7
8
## Not run: 
rapport.path()
rapport.path.add('/tmp')
rapport.path()
rapport.path.remove('/tmp')
rapport.path()

## End(Not run)

rapport documentation built on April 12, 2021, 1:06 a.m.