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 March 13, 2024, 9:41 p.m.