CITAN (version 2015.12-2)

as.character.authorinfo: Coerce an authorinfo object to character string

Description

Converts an object of class authorinfo to a character string. Such an object is returned by e.g. lbsGetInfoAuthors.

Usage

# S3 method for authorinfo
as.character(x, ...)

Arguments

x

a single object of class authorinfo.

...

unused.

Value

A character string

Details

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.

See Also

print.authorinfo, lbsSearchAuthors, lbsGetInfoAuthors