lbsGetInfoAuthors: Retrieve author information

View source: R/biblio.info.R

lbsGetInfoAuthorsR Documentation

Retrieve author information

Description

Retrieves basic information on given authors.

Usage

lbsGetInfoAuthors(conn, idAuthors)

Arguments

conn

a connection object as produced by lbsConnect.

idAuthors

a numeric or integer vector with author identifiers (see column IdAuthor in the table Biblio_Authors).

Value

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).

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)

Rexamine/CITAN documentation built on March 23, 2022, 3:28 a.m.