# NOT RUN {
use("polmineR.sampleCorpus")
size("PLPRBTTXT")
size("PLPRBTTXT", sAttribute = "text_date")
size("PLPRBTTXT", sAttribute = c("text_date", "text_party"))
P <- partition("PLPRBTTXT", text_date = "2009-11-11")
size(P, sAttribute = "text_name")
size(P, sAttribute = "text_party")
size(P, sAttribute = c("text_name", "text_party"))
# }
Run the code above in your browser using DataLab