Retrieves basic information on given authors.
lbsGetInfoAuthors(conn, idAuthors)A list of authorinfo objects, that is lists with the following components:
IdAuthor --- numeric; author's identifier in the table Biblio_Authors,
Name --- character; author's name.
AuthorGroup --- character; author group (used to merge author records).
a connection object as produced by lbsConnect.
a numeric or integer vector with author identifiers (see column IdAuthor in the table Biblio_Authors).
lbsSearchAuthors, lbsSearchDocuments,
lbsGetInfoDocuments,
as.character.authorinfo, print.authorinfo,