ydict {fanyi} | R 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)
[Package fanyi version 0.0.7 Index]