View source: R/scopus.importsources.R
Scopus_ImportSources | R Documentation |
Imports SciVerse Scopus covered titles and their ASJC codes to an empty Local Bibliometric Storage (LBS).
Scopus_ImportSources(conn, verbose = T)
conn |
a connection object, see |
verbose |
logical; |
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
).
TRUE
on success.
Scopus_ASJC
, Scopus_SourceList
, Scopus_ReadCSV
, lbsConnect
, lbsCreate
## Not run: conn <- lbsConnect("Bibliometrics.db"); lbsCreate(conn); Scopus_ImportSources(conn); ## ... lbsDisconnect(conn); ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.