| pid-class | R Documentation |
pid objectsS4 objects storing the result of links.
is.pid(x)
as.pid(x, ...)
## S3 method for class 'pid'
format(x, ...)
## S3 method for class 'pid'
unique(x, ...)
## S3 method for class 'pid'
summary(object, ...)
## S3 method for class 'pid_summary'
print(x, ...)
## S3 method for class 'pid'
as.data.frame(x, ..., decode = TRUE)
## S3 method for class 'pid'
as.list(x, ..., decode = TRUE)
## S4 method for signature 'pid'
show(object)
## S4 method for signature 'pid'
rep(x, ...)
## S4 method for signature 'pid'
x[i, j, ..., drop = TRUE]
## S4 method for signature 'pid'
x[[i, j, ..., exact = TRUE]]
## S4 method for signature 'pid'
c(x, ...)
x |
x |
... |
... |
object |
object |
decode |
If |
i |
i |
j |
j |
drop |
drop |
exact |
exact |
snUnique record identifier.
.DataUnique group identifier.
link_idUnique reference ID for each match.
pid_criMatch stage of the step-wise linkage.
pid_datasetData sources in each group.
pid_totalThe number of records in each group.
iterationThe iteration when a record was matched to it's group (.Data).
# A test for pid objects
pd <- links(criteria = 1)
is.pid(pd); is.pid(2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.