dir.exists {backports} | R Documentation |
Backport of dir.exists for R < 3.2.0
Description
See the original description in base::dir.exists
.
Usage
dir.exists(paths)
Examples
# get function from namespace instead of possibly getting
# implementation shipped with recent R versions:
bp_dir.exists = getFromNamespace("dir.exists", "backports")
bp_dir.exists(tempdir())
[Package backports version 1.4.1 Index]