ydict | R Documentation |
check English word in Youdao dictionary
ydict(word, web = FALSE)
word |
word to check |
web |
whether open youdao dict in web browser |
interpretation from youdao dictionary
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.