Learn R Programming

nonmemica (version 0.9.1)

absolute: Check if File Path is Absolute

Description

Checks if file path is absolute.

Usage

absolute(x)

Arguments

x

character (a file path)

Value

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