file.abspath: Return absolute path

View source: R/file.R

file.abspathR Documentation

Return absolute path

Description

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

Usage

file.abspath(filepath, filedir, strict = TRUE)

Arguments

filepath

file path (character)

filedir

file directory

strict

logical: TRUE ~ remove unnecessary reference, e.g., "a/b/../c".

Value

absolute file path


hmito/hmRLib documentation built on March 13, 2024, 9:41 p.m.