prefix_path {arpr} | R Documentation |
Prefix a path
Description
file.path with arguments reversed
Usage
prefix_path(path, prefix, ...)
Arguments
path |
path to be prefixed |
prefix |
path to be appended before |
... |
passed on to file.path |
Value
file.path(prefix, path, ...)
[Package arpr version 0.1.2 Index]