.safeFileExists {pepr} | R Documentation |
Check whether the string is a valid URL or an existing local path
Description
Check whether the string is a valid URL or an existing local path
Usage
.safeFileExists(path)
Arguments
path |
string to be checked |
Value
a logical indicating whether it's an existing path or valid URL
[Package pepr version 0.5.0 Index]