This function allows to select what part of the packet to compare, and in how much details.
Arguments
- cmp
An orderly_comparison object, as returned by orderly_compare_packets.
- attributes
A character vector of attributes to include in the comparison. The values are keys of the packets' metadata, such as
parameters
orfiles
. If NULL, the default, all attributes are compared, except those that differ in trivial way (ie.id
andtime
).- verbose
Control over how much information is printed. It can either be a logical, or a character scalar
silent
orsummary
.