check_path_equal {SerolyzeR} | R 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 |
( |
path2 |
( |
Value
(logical(1)
) TRUE
if the paths are equal, FALSE
otherwise.
[Package SerolyzeR version 1.3.0 Index]