Description Usage Arguments Value
'diff_and_render()' uses the 'daff' package to compare two tabular datasets. The difference is rendered as HTML, which is also (optionally) written to a file.
1 2 3 4 5 6 7 8 9 10 11 12 |
a |
'tibble', 'data.frame', or path to file |
b |
'tibble', 'data.frame', or path to file |
title |
rendered in HTML |
outfile |
if not 'NULL', then write to this file |
summary |
see help for [daff::render_diff()] |
ignore_whitespace |
see help for [daff::diff_data()] |
never_show_order |
see help for [daff::diff_data()] |
unchanged_context |
see help for [daff::diff_data()] |
... |
further arguments to [daff::diff_data()] |
verbose |
display informative messages |
a 'diff' object, invisibly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.