lbsGetInfoAuthors | R Documentation |
Retrieves basic information on given authors.
lbsGetInfoAuthors(conn, idAuthors)
conn |
a connection object as produced by |
idAuthors |
a numeric or integer vector with author identifiers (see column |
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).
lbsSearchAuthors
, lbsSearchDocuments
,
lbsGetInfoDocuments
,
as.character.authorinfo
, print.authorinfo
,
## Not run: conn <- dbBiblioConnect("Bibliometrics.db"); ## ... id <- lbsSearchAuthors(conn, c("Smith\ lbsGetInfoAuthors(conn, id); ## ... ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.