Learn R Programming

pepr (version 0.5.0)

.isAbsolute: Determine whether a path is absolute.

Description

Determine whether a path is absolute.

Usage

.isAbsolute(path)

Value

Flag indicating whether the path appears to be absolute.

Arguments

path

The path to check for seeming absolute-ness.