Given a word, a mini-dictionary is searched and results are retrieved with the relevant definitions
Usage
define(term, limitResult = 5)
Arguments
- term
The term for which the definition is requested
- limitResult
The limit of how many results to show
Value
Definition of word if it exisits
Examples
if (FALSE) {
wordtodefine <- "smile"
define(wordtodefine)
}