| as.character.docinfo {CITAN} | R Documentation |
Coerce a docinfo object to character string
Description
Converts an object of class docinfo to a character string.
Such an object is returned by e.g. lbsGetInfoDocuments.
Usage
## S3 method for class 'docinfo'
as.character(x, ...)
Arguments
x |
a single object of class |
... |
unused. |
Details
A docinfo object is a list with the following components:
-
IdDocument— numeric; document identifier in the tableBiblio_Documents, -
Authors— list ofauthorinfoobjects (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, seelbsCreate.
Value
A character string
See Also
lbsSearchDocuments,
as.character.authorinfo, print.docinfo,
lbsGetInfoDocuments
[Package CITAN version 2022.1.1 Index]