simplefilecheck: Check if two files are present and of the same size and same...

View source: R/files_manage.R

simplefilecheckR Documentation

Check if two files are present and of the same size and same creation and modification time

Description

Check if two files are present and of the same size and same creation and modification time

Usage

simplefilecheck(x, y)

Arguments

x

file 1 to check

y

file 2 to check

Value

TRUE if both files exist, FALSE if the files are not identical

Examples


# simplewrite(list("test"), "file1.csv")
# simplewrite(list("test"), "file2.csv")
# simplefilecheck("file1.csv", "file2.csv")


DHatziioanou/simpleepi documentation built on Sept. 24, 2024, 5:25 a.m.