Learn R Programming

RecordLinkage (version 0.3-2)

getPairsBackend: Backend function for getPairs

Description

Backend function for getPairs methods. Not to be called directly.

Usage

getPairsBackend(object, filter.match, filter.link = c("nonlink", "possible", "link"), max.weight = Inf, min.weight = -Inf, withMatch = TRUE, withClass = FALSE, withWeight = FALSE, sort = FALSE, single.rows = FALSE)

Arguments

object
The object from which to extract pairs.
filter.match
Character vector, specifies matching status for pairs to appear in the output.
filter.link
Character vector, specifies linkage result for pairs to appear in the output.
max.weight
Maximum weight of pairs to include in the output.
min.weight
Minimum weight of pairs to include in the output.
withMatch
Logical. Wether to include matching status in the output.
withClass
Logical. Wether to include linkage result in the output.
withWeight
Logical. Wether to include weights in the output.
sort
Logical. Wether to sort descending by weights.
single.rows
Logical. Wether to print record pairs in one row instead of two consecutive rows.

Value

Details

See getPairs