Finds authors by name.
lbsSearchAuthors(conn, names.like = NULL, group = NULL)
Integer vector of authors' identifiers which match at least one of given SQL-LIKE patterns.
connection object, see lbsConnect
.
character vector of SQL-LIKE patterns to match authors' names.
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.
lbsGetInfoAuthors
,
lbsSearchDocuments
,
lbsGetInfoDocuments