Description Usage Arguments Value Author(s)
View source: R/get_topic_models.R
Easily get the list of topic models from a specific class. This is a handy feature to facilitate the identification of only the objects the user wants to process.
1 | get_topic_models(object_type, pattern, envir = globalenv())
|
object_type |
A character specifying the class of objects to extract. Default to 'LDA_VEM' as given by the virtual class [topicmodels::TopicModel-class()]. |
pattern |
an optional regular expression. Only names
matching |
envir |
The environment where to search for topic models. Default to [base::globalenv()]. |
A named list containing the objects of specified class.
Francesco Grossetti francesco.grossetti@unibocconi.it.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.