powered by
Retrieves basic information on given authors.
lbsGetInfoAuthors(conn, idAuthors)
a connection object as produced by lbsConnect.
lbsConnect
a numeric or integer vector with author identifiers (see column IdAuthor in the table Biblio_Authors).
IdAuthor
Biblio_Authors
A list of authorinfo objects, that is lists with the following components:
authorinfo
IdAuthor --- numeric; author's identifier in the table Biblio_Authors,
Name --- character; author's name.
Name
AuthorGroup --- character; author group (used to merge author records).
AuthorGroup
lbsSearchAuthors, lbsSearchDocuments, lbsGetInfoDocuments, as.character.authorinfo, print.authorinfo,
lbsSearchAuthors
lbsSearchDocuments
lbsGetInfoDocuments
as.character.authorinfo
print.authorinfo
# NOT RUN { conn <- dbBiblioConnect("Bibliometrics.db"); ## ... id <- lbsSearchAuthors(conn, c("Smith\<!-- %", "Knuth D.E.", "V_n \\%")); --> lbsGetInfoAuthors(conn, id); ## ... # }
Run the code above in your browser using DataLab