This function is a wrapper for diffPrint. It is
intended to help performing a manual assessment of the difference between
highly similar articles identified via lnt_similarity.
Usage
lnt_diff(x, min = 0.15, max = 0.3, n = 25, output_html = FALSE, ...)
# NOT RUN {# Test similarity of articlesduplicates.df <- lnt_similarity(
LNToutput = lnt_read(lnt_sample(copy = FALSE)),
threshold = 0.97)
lnt_diff(duplicates.df, min = 0.18, max = 0.30)
# }