Description Usage Arguments Value
It is assumed that this will be used to filter single words/lemmata, so the query should only consist of a list of synonyms with optional wildcards. E.g. a query like (many* words*) is fine, but many AND words or "many words" will give an error.
1 | lucene_to_re(queries, names = NULL)
|
queries |
a character vector containing the queries |
names |
an optional vector of the same length as queries containing names for the concepts |
a character vector of regular expressions, with names added if given
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.