my_finalizer {verifyr2}R Documentation

Custom finalizer method for diffobj html content finalizing. This method is used to modify the diff html output so that omitted rows have their own special styling and gutters.

Description

Custom finalizer method for diffobj html content finalizing. This method is used to modify the diff html output so that omitted rows have their own special styling and gutters.

Usage

my_finalizer(x, x.chr, omit)

Arguments

x

comparator instance used for the comparison that is meant to be created with the factory method vrf_comparator.

x.chr

character text representation of x, typically generated with the as character

omit

all lines containing the omit string will be excluded from the comparison (detaulf = NULL)


[Package verifyr2 version 1.0.0 Index]