lbsGetInfoAuthors {CITAN} | R Documentation |
Retrieve author information
Description
Retrieves basic information on given authors.
Usage
lbsGetInfoAuthors(conn, idAuthors)
Arguments
conn |
a connection object as produced by |
idAuthors |
a numeric or integer vector with author identifiers (see column |
Value
A list of authorinfo
objects, that is lists with the following components:
-
IdAuthor
— numeric; author's identifier in the tableBiblio_Authors
, -
Name
— character; author's name. -
AuthorGroup
— character; author group (used to merge author records).
See Also
lbsSearchAuthors
, lbsSearchDocuments
,
lbsGetInfoDocuments
,
as.character.authorinfo
, print.authorinfo
,
Examples
## Not run:
conn <- dbBiblioConnect("Bibliometrics.db");
## ...
id <- lbsSearchAuthors(conn, c("Smith\
lbsGetInfoAuthors(conn, id);
## ...
## End(Not run)
[Package CITAN version 2022.1.1 Index]