Shows summarized information on a "RLBigData" object.
Usage
## S3 method for class 'RLBigData':
show(object)
Arguments
object
The object for which to show a summary.
Value
show returns an invisible NULL and is used for its side effect.
Details
The printed information consists of the type of linkage procedure
(deduplication or linkage) and the number of records and the approximate
number of record pairs as calculated by getExpectedSize.
More information is obtained by the
summary methods for these classes.