# NOT RUN {
data(scientometrics, package = "bibliometrixData")
M=rbind(scientometrics[1:20,],scientometrics[10:30,])
newM <- duplicatedMatching(M, Field = "TI", exact=FALSE, tol = 0.95)
dim(newM)
# }
Run the code above in your browser using DataLab