Clears a Local Bibliometric Storage by dropping all tables
named Biblio_* and all views named ViewBiblio_*.
Usage
lbsClear(conn, verbose = TRUE)
Value
TRUE on success.
Arguments
conn
database connection object, see lbsConnect.
verbose
logical; TRUE to be more verbose.
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.