Usage
lbsSearchDocuments(conn, titles.like, idAuthors, citations.expr,
pages.expr, year.expr, documentTypes, surveyDescription)Arguments
titles.like
a character vector of SQL-LIKE patterns to match documents' titles or NULL.
idAuthors
a numeric or integer vector with author identifiers (see column IdAuthor in the table Biblio_Authors) or NULL.
citations.expr
an expression determining the desired number of citations or NULL, see Examples below.
pages.expr
an expression determining the desired number of pages or NULL, see Examples below.
year.expr
an expression determining the desired publication year or NULL, see Examples below.
documentTypes
character vector or NULL; specifies document types to restrict to;
a combination of Article, Article in Press, Book, Conference Paper,
Editorial, Erratum, Let
surveyDescription
single character string or NULL; survey description to restrict to or NULL.