as.character.authorinfo {CITAN}R Documentation

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 class 'authorinfo'
as.character(x, ...)

Arguments

x

a single object of class authorinfo.

...

unused.

Details

An authorinfo object is a list with the following components:

Value

A character string

See Also

print.authorinfo, lbsSearchAuthors, lbsGetInfoAuthors


[Package CITAN version 2022.1.1 Index]