Learn R Programming

ProjectTemplate (version 0.11.0)

.is.dir: Check if path is an existing directory

Description

Checks if a given path exists, and if so if it is a directory.

Usage

.is.dir(path)

Value

Logical indicating a valid directory was passed.

Arguments

path

Character vector containing the path to the directory to check.