lbsDeleteAllAuthorsDocuments {CITAN} | R Documentation |
Delete all authors, documents and surveys from a Local Bibliometric Storage
Description
Deletes author, citation, document, and survey information from a Local Bibliometric Storage.
Usage
lbsDeleteAllAuthorsDocuments(conn, verbose = TRUE)
Arguments
conn |
database connection object, see |
verbose |
logical; |
Details
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.
Value
TRUE
on success.
See Also
lbsClear
,
dbCommit
,
dbRollback
Examples
## Not run:
conn <- lbsConnect("Bibliometrics.db")
lbsDeleteAllAuthorsDocuments(conn)
dbCommit(conn)
## ...
lbsDisconnect(conn)
## End(Not run)
[Package CITAN version 2022.1.1 Index]