as.character.authorinfo | R Documentation |
Converts an object of class authorinfo
to a character string.
Such an object is returned by e.g. lbsGetInfoAuthors
.
## S3 method for class 'authorinfo' as.character(x, ...)
x |
a single object of class |
... |
unused. |
An authorinfo
object is a list with the following components:
IdAuthor
— numeric; author's identifier in the table Biblio_Authors
,
Name
— character; author's name.
A character string
print.authorinfo
, lbsSearchAuthors
, lbsGetInfoAuthors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.