check_path_equal: 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)
Value
(logical(1)
) TRUE
if the paths are equal, FALSE
otherwise.
Arguments
- path1
(character(1)
) The first path to be compared.
- path2
(character(1)
) The second path to be compared.