https://github.com/cran/RecordLinkage
Raw File
Tip revision: b32452149857b15849e9c82fb81e812df6e921fc authored by Murat Sariyar on 08 November 2022, 13:10:15 UTC
version 0.4-12.4
Tip revision: b324521
NAMESPACE
exportPattern("^[^\\.]")
S3method(print, summaryRLBigDataDedup)
S3method(print, summaryRLBigDataLinkage)
S3method(print, summaryRLResult)
S3method(summary, RLBigDataDedup)
S3method(summary, RLBigDataLinkage)
S3method(summary, RLResult)
S3method(summary, RecLinkData)
S3method(summary, RecLinkResult)

S3method(`[`, RLBigData)
S3method(`[`, RLResult)
S3method(`[`, RecLinkData)
S3method(`[`, RecLinkResult)

import(e1071, rpart, ada, ipred, stats, DBI, RSQLite, evd, methods, data.table, ff, nnet, xtable)
importFrom("grDevices", "extendrange")
importFrom("graphics", "abline", "box", "hist", "identify", "plot",
             "points")
importFrom("utils", "edit", "flush.console", "head",
             "setTxtProgressBar", "tail", "txtProgressBar", "unzip",
             "zip")
importFrom("utils", "sessionInfo") 
if(.Platform$OS.type == "windows") importFrom("grDevices", "bringToTop")
useDynLib(RecordLinkage, .registration=TRUE)
back to top