# NOT RUN {
conn <- lbsConnect("Bibliometrics.db");
## ...
listauth <- lbsFindDuplicateAuthors(conn,
ignoreWords=c("van", "von", "der", "no", "author", "name", "available"),
minWordLength=4,
orderResultsBy=c("citations"),
aggressiveness=1);
lbsMergeAuthors(conn, listauth);
dbCommit(conn);
## ...
# }
Run the code above in your browser using DataLab