powered by
Given a word, a mini-dictionary is searched and results are retrieved with the relevant definitions
define(term, limitResult = 5, printResult = TRUE)
Definition of word if it exists
The term for which the definition is requested
The limit of how many results to show
Print the result to console. If set to FALSE, then results will be return in a vector
if (FALSE) { wordtodefine <- "smile" define(wordtodefine) }
Run the code above in your browser using DataLab