ydict: ydict

View source: R/dictionary.r

ydictR Documentation

ydict

Description

check English word in Youdao dictionary

Usage

ydict(word, web = FALSE)

Arguments

word

word to check

web

whether open youdao dict in web browser

Value

interpretation from youdao dictionary

Examples

## Not run: 
ydict('panda') 
ydict(tiger) # unquoted word is supported

# if using a word stored in a variable
#
x <- 'panda'
ydict(!!rlang::sym(x))


## End(Not run)

fanyi documentation built on May 29, 2024, 1:34 a.m.