Printing data_diff objects now shows the names of the compared objects and displays comparison data as a formatted table instead unformatted CSV.
Printed summaries of 'data_diff' objects are now cleaner and include the names of the compared objects.
'render_diff' now accepts a 'title' argument, defaulting to the names of the compared data objects.
'render_diff' now constructs an HTML header and adds a page title that contains 'title' and a date+time stamp (unless fragment==TRUE).
'render_diff' now replaces the unicode arrow ('u2192') with either the html double right arrow (⇒) for marking changed lines, or the html single right arrow for marking changed values (unless pretty=FALSE).
'render_diff' now has pretty=TRUE as the default.
Daff Flags
data_diff now supports all of the flags for controlling comparison & output generation provided by daff.CompareFlags, including:
Output Formatting
data_diff
objects now shows the names of the compared objects and displays comparison data as a formatted table instead unformatted CSV.fragment==TRUE
).pretty=TRUE
as the default.Daff Flags
data_diff
now supports all of the flags for controlling comparison & output generation provided bydaff.CompareFlags
, including: