| simplefilecheck | R Documentation | 
Check if two files are present and of the same size and same creation and modification time
simplefilecheck(x, y)
x | 
 file 1 to check  | 
y | 
 file 2 to check  | 
TRUE if both files exist, FALSE if the files are not identical
# simplewrite(list("test"), "file1.csv")
# simplewrite(list("test"), "file2.csv")
# simplefilecheck("file1.csv", "file2.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.