When you pass in an English or Chinese sentence, this function will Open
Youdao website browse translation results.
Usage
translate_view(input, from = "auto", to = "auto")
Arguments
- input
An English or Chinese sentence.
- from
The source language, an optional parameter.
- to
The target language, an optional parameter.
Value
Just open a website and do not return any results.
Examples
if (FALSE) {
translate_view("I like China")
translate_view("quarto", from = "en", to = "zh-CHS")
}