This is a generic function that extracts documents with the highest prevalence for a given topic.
findRepresentativeDocs(object, corpus_text, topic, n = 3)
Model output from sts
vector of text documents, usually contained in the output of prepDocuments
a single topic number
number of documents to extract
findRepresentativeDocs.STS
for the method.