Scopus_ImportSources {CITAN} | R Documentation |
Import SciVerse Scopus coverage information and ASJC codes to a Local Bibliometric Storage
Description
Imports SciVerse Scopus covered titles and their ASJC codes to an empty Local Bibliometric Storage (LBS).
Usage
Scopus_ImportSources(conn, verbose = T)
Arguments
conn |
a connection object, see |
verbose |
logical; |
Details
This function should be called prior to importing any document information
to the LBS with the function lbsImportDocuments
.
Note that adding all the sources takes some time.
Only elementary ASJC and SciVerse Scopus source data
read from Scopus_ASJC
and Scopus_SourceList
will be added to the LBS (Biblio_Categories
, Biblio_Sources
, Biblio_SourcesCategories
).
Value
TRUE
on success.
See Also
Scopus_ASJC
, Scopus_SourceList
, Scopus_ReadCSV
, lbsConnect
, lbsCreate
Examples
## Not run:
conn <- lbsConnect("Bibliometrics.db");
lbsCreate(conn);
Scopus_ImportSources(conn);
## ...
lbsDisconnect(conn);
## End(Not run)
[Package CITAN version 2022.1.1 Index]