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