diff_and_render: Compare Two Tabular Datasets

Description Usage Arguments Value

Description

'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.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
diff_and_render(
  a,
  b,
  title = NULL,
  outfile = NULL,
  summary = TRUE,
  ignore_whitespace = FALSE,
  never_show_order = TRUE,
  unchanged_context = 0L,
  ...,
  verbose = TRUE
)

Arguments

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

Value

a 'diff' object, invisibly


BAAQMD/difftools documentation built on March 18, 2020, 9:46 p.m.