show: Show a RLBigData object

showR Documentation

Show a RLBigData object

Description

Shows summarized information on a "RLBigData" object.

Usage

  ## S4 method for signature 'RLBigData'
show(object)

Arguments

object

The object for which to show a summary.

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.

Value

show returns an invisible NULL and is used for its side effect.

Author(s)

Andreas Borg, Murat Sariyar

See Also

show

Examples

  data(RLdata500)
  rpairs <- RLBigDataDedup(RLdata500)
  rpairs

RecordLinkage documentation built on Nov. 10, 2022, 5:42 p.m.