View source: R/biblio.search.R
lbsSearchAuthors | R Documentation |
Finds authors by name.
lbsSearchAuthors(conn, names.like = NULL, group = NULL)
conn |
connection object, see |
names.like |
character vector of SQL-LIKE patterns to match authors' names. |
group |
character vector of author group identifiers. |
names.like
is a set of search patterns in an SQL LIKE
format,
i.e. an underscore _
matches a single character and a percent sign
%
matches any set of characters. The search is case-insensitive.
Integer vector of authors' identifiers which match at least one of given SQL-LIKE patterns.
lbsGetInfoAuthors
,
lbsSearchDocuments
,
lbsGetInfoDocuments
## 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.