absolute: Check if File Path is Absolute

View source: R/path.R

absoluteR Documentation

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:)


bergsmat/nonmemica documentation built on Sept. 15, 2023, 9:22 a.m.