Learn R Programming

nonmemica (version 1.0.8)

absolute: Check if File Path is Absolute

Description

Checks if file path is absolute.

Usage

absolute(x)

Value

logical; TRUE if x starts with / or .: (e.g. C:)

Arguments

x

character (a file path)