definition {r2dictionary} | R Documentation |
An alias to define words in english
Description
Given a word, a mini-dictionary is searched and results are retrieved with the relevant definitions
Usage
definition(term, limitResult = 5, printResult = TRUE)
Arguments
term |
The term for which the definition is requested |
limitResult |
The limit of how many results to show |
printResult |
Print the result to console. If set to FALSE, then results will be return in a vector |
Value
Definition of word if it exisits
Examples
## Not run:
wordtodefine <- "zipzagged"
definition(wordtodefine)
## End(Not run)
[Package r2dictionary version 0.2 Index]