file.is_abspath: Check whether the given path is absolute path or not.

View source: R/file.R

file.is_abspathR Documentation

Check whether the given path is absolute path or not.

Description

Return logical value which represents whether the given path is absolute path or not.

Usage

file.is_abspath(filepath)

Arguments

filepath

file path (character)

Value

logical: true if it is absolute path.


hmito/hmRLib documentation built on Sept. 8, 2024, 4:49 p.m.