provide.file {hutils} | R Documentation |
Provide a file
Description
Present since hutils v1.5.0
.
Usage
provide.file(path, on_failure = "")
Arguments
path |
A string. The path to a filename that requires existence. |
on_failure |
The return value on failure. By default, an empty string. |
Value
path
for success. Or on_failure
if the path
cannot be provided.
[Package hutils version 1.8.1 Index]