lbsTidy: Clean up a Local Bibliometric Storage

View source: R/biblio.tidy.R

lbsTidyR 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 lbsConnect.

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


CITAN documentation built on Aug. 8, 2025, 6:10 p.m.