lbsTidy {CITAN} | R Documentation |
Clean up a Local Bibliometric Storage
Description
Cleans up a Local Bibliometric Storage
by removing all authors with no documents, fixing documents
with missing survey information, and executing the VACUUM
SQL command.
Usage
lbsTidy(
conn,
newSuveyDescription = "lbsTidy_Merged",
newSuveyFilename = "lbsTidy_Merged"
)
Arguments
conn |
database connection object, see |
newSuveyDescription |
character; default survey description for documents with missing survey info. |
newSuveyFilename |
character; default survey filename for documents with missing survey info. |
Value
TRUE
on success.
See Also
lbsConnect
, lbsCreate
,
Scopus_ImportSources
,
lbsDeleteAllAuthorsDocuments
,
dbCommit
, dbRollback
[Package CITAN version 2022.1.1 Index]