powered by
Deletes author, citation, document, and survey information from a Local Bibliometric Storage.
lbsDeleteAllAuthorsDocuments(conn, verbose = TRUE)
TRUE on success.
TRUE
database connection object, see lbsConnect.
lbsConnect
logical; TRUE to be more verbose.
For safety reasons, an SQL transaction opened at the beginning of the removal process is not committed (closed) automatically. You should do manually (or rollback it), see Examples below.
lbsClear, dbCommit, dbRollback
lbsClear
dbCommit
dbRollback
if (FALSE) { conn <- lbsConnect("Bibliometrics.db") lbsDeleteAllAuthorsDocuments(conn) dbCommit(conn) ## ... lbsDisconnect(conn)}
Run the code above in your browser using DataLab