definition: An alias to define words in english

definitionR 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)


r2dictionary documentation built on July 26, 2023, 5:34 p.m.