
Compare content of a specific file between two folders
Source:R/compare_metadata.R
compare_files_content.Rdcompare_files_content() reads the content of a specified file from two folders
and compares the content using the waldo::compare function. It identifies any
differences in the content and returns the comparison results.
Details
compare_files_content() reads the content of the specified file from both folders using
readLines() and compares the content using the waldo::compare() function.