define: Define words in english

View source: R/define.R

defineR Documentation

Define words in english

Description

Given a word, a mini-dictionary is searched and results are retrieved with the relevant definitions

Usage

define(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 exists

Examples

## Not run: 
wordtodefine <- "smile"
define(wordtodefine)

## End(Not run)


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