powered by
Retrieves information on given documents.
lbsGetInfoDocuments(conn, idDocuments)
a connection object as produced by lbsConnect.
lbsConnect
a numeric or integer vector with document identifiers (see column IdDocument in the table Biblio_Documents).
IdDocument
Biblio_Documents
A list of docinfo objects, that is lists with the following components:
docinfo
IdDocument --- numeric; document identifier in the table Biblio_Documents,
Authors --- list of authorinfo objects (see e.g. as.character.authorinfo).
Authors
authorinfo
as.character.authorinfo
Title --- title of the document,
Title
BibEntry --- bibliographic entry,
BibEntry
AlternativeId --- unique character identifier,
AlternativeId
Pages --- number of pages,
Pages
Citations --- number of citations,
Citations
Year --- publication year,
Year
Type --- document type, e.g. Article or Conference Paper.
Type
Article
Conference Paper
print.docinfo, lbsSearchDocuments, lbsGetInfoAuthors, as.character.authorinfo, as.character.docinfo
print.docinfo
lbsSearchDocuments
lbsGetInfoAuthors
as.character.docinfo
# NOT RUN { conn <- dbBiblioConnect("Bibliometrics.db"); ## ... id <- lbsSearchDocuments(conn, idAuthors=lbsSearchAuthors(conn, "Knuth\<!-- %")); --> lbsGetInfoDocuments(conn, id); ## ... # }
Run the code above in your browser using DataLab