If one query is supplied, the function returns a frequency breakdown of the results of the query.
If several queries are supplied, frequencies for the individual queries are retrieved.
# S4 method for character
matches(.Object, query, cqp = is.cqp,
pAttribute = getOption("polmineR.pAttribute"))
Arguments
.Object
a partition object
...
further parameters
query
a query, CQP syntax may be used
cqp
either logical to indicate whether the query uses CQP syntax, or a function to determine
whether query is a CQP query (defaults to helper function is.cqp)