check_path_equal: Check if two paths are equal

View source: R/helpers.R

check_path_equalR Documentation

Check if two paths are equal

Description

Function checks if two paths are equal after converting them to absolute paths.

Usage

check_path_equal(path1, path2)

Arguments

path1

(character(1)) The first path to be compared.

path2

(character(1)) The second path to be compared.

Value

(logical(1)) TRUE if the paths are equal, FALSE otherwise.


SerolyzeR documentation built on April 12, 2025, 2:11 a.m.