as.character.docinfo | R Documentation |
Converts an object of class docinfo
to a character string.
Such an object is returned by e.g. lbsGetInfoDocuments
.
## S3 method for class 'docinfo' as.character(x, ...)
x |
a single object of class |
... |
unused. |
A docinfo
object is a list 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
— type of document, see lbsCreate
.
A character string
lbsSearchDocuments
,
as.character.authorinfo
, print.docinfo
,
lbsGetInfoDocuments
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.