Description Usage Arguments Value Examples
Returns FALSE for broken symbolic links. On some platforms, this
function may return FALSE if permission is not granted to execute
the fstat system call on the requested file, even if the
path physically exists.
1 2 3 | path_exists(paths)
path_lexists(paths)
|
paths |
Vector of paths to test |
Logical vector.
1 | path_exists(c('/tmp/foobar', tempdir(), NA))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.