powered by
Deletes author, citation, document, and survey information from a Local Bibliometric Storage.
lbsDeleteAllAuthorsDocuments(conn, verbose = TRUE)
database connection object, see lbsConnect.
lbsConnect
logical; TRUE to be more verbose.
TRUE
TRUE on success.
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
# NOT RUN { conn <- lbsConnect("Bibliometrics.db") lbsDeleteAllAuthorsDocuments(conn) dbCommit(conn) ## ... lbsDisconnect(conn) # }
Run the code above in your browser using DataLab