Learn R Programming

diyar (version 0.4.0)

record_group: Multistage deterministic record linkage

Description

Match records in consecutive stages with different matching conditions. Each set of linked records are assigned a unique identifier with relevant group-level information.

Usage

record_group(df, ..., to_s4 = TRUE)

Arguments

df

[data.frame]. Deprecated. One or more datasets appended together. See Details.

...

Arguments passed to links.

to_s4

[logical]. Deprecated. Output type - pid (TRUE) or data.frame (FALSE).

Value

pid

Details

record_group() is superseded. Moving forward, please use links.

See Also

links