Description Usage Arguments Value
This function is to perform queries on the data object parsed
, such as produced by iparse
.
1 |
parsed |
a data object, such as produced by the function |
where |
a character string containing a logical expression. The analysis list should be named |
absent |
a logical, controlling what happens when the queried field is absent: should it be treated as satisfying (TRUE) or not satisfying (FALSE) the query. |
a matrix with columns document
, word
, analysis
. Each row contains the number of the document, word, analysis where the search result was found. If no results were found the output is NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.