getTermMatrix | R Documentation |
Receives a sorted hashmap with found entities from a dictionary
getTermMatrix(dictionary, database, collection)
dictionary |
Character vector that is the name of a dicitonary having pre-calculated stats. This can be MeSH, DrugBank, Agrovoc, EpSO, ESSO, or EPILONT |
database |
the name of the MongoDB database to be used |
collection |
the name of the MongoDB collection to be used |
a sorted hashmap containing all found entities from the respective dictionaries with frequencies
## Not run:
mesh <- getTermMatrix("MeSH")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.