rapport.path.remove: Remove Template Path

View source: R/rp_helpers.R

rapport.path.removeR 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)

Rapporter/rapport documentation built on June 10, 2025, 4:59 a.m.