# \donttest{
if (exists("df_docs")) {
# df_docs must contain columns Topic, Document, and probs
get_representative_docs_custom(df_docs, topic_nr = 3, n_docs = 5)
} else {
message("No df_docs found. Create it before running this example.")
}
# }
Run the code above in your browser using DataLab