# NOT RUN {
use("polmineR")
test <- partition("GERMAPARLMINI", date = ".*", pAttribute = NULL, regex = TRUE)
integration <- dispersion(
test, query = "Integration",
pAttribute = "word", sAttribute = "date"
)
integration <- dispersion(test, "Integration", sAttribute = c("date", "party"))
integration <- dispersion(test, '"Integration.*"', sAttribute = "date", cqp = TRUE)
# }
Run the code above in your browser using DataLab