show | R Documentation |
Shows summarized information on a "RLBigData"
object.
## S4 method for signature 'RLBigData' show(object)
object |
The object for which to show a summary. |
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.
show
returns an invisible NULL
and is used for its side effect.
Andreas Borg, Murat Sariyar
show
data(RLdata500) rpairs <- RLBigDataDedup(RLdata500) rpairs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.