Description Usage Arguments Value Examples
Given a word, a mini-dictionary is searched and results are retrieved with the relevant definitions
1 | meaning(term, limitResult = 5)
|
term |
The term for which the definition is requested |
limitResult |
The limit of how many results to show |
Definition of word if it exisits
1 2 3 4 5 | ## Not run:
wordtodefine <- "r2shortocde"
meaning(wordtodefine)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.