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)

Rapporter/rapport documentation built on April 14, 2021, 11:48 a.m.