| lbsGetInfoDocuments | R Documentation |
Retrieves information on given documents.
lbsGetInfoDocuments(conn, idDocuments)
conn |
a connection object as produced by |
idDocuments |
a numeric or integer vector with document identifiers (see column |
A list of docinfo objects, that is lists with the following components:
IdDocument — numeric; document identifier in the table Biblio_Documents,
Authors — list of authorinfo objects (see e.g. as.character.authorinfo).
Title — title of the document,
BibEntry — bibliographic entry,
AlternativeId — unique character identifier,
Pages — number of pages,
Citations — number of citations,
Year — publication year,
Type — document type, e.g. Article or Conference Paper.
print.docinfo, lbsSearchDocuments,
lbsGetInfoAuthors,
as.character.authorinfo, as.character.docinfo
## Not run:
conn <- dbBiblioConnect("Bibliometrics.db");
## ...
id <- lbsSearchDocuments(conn,
idAuthors=lbsSearchAuthors(conn, "Knuth\
lbsGetInfoDocuments(conn, id);
## ...
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.