translate_view {ecce} | R Documentation |
Open a Youdao website browse translation results
Description
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
## Not run:
translate_view("I like China")
translate_view("quarto", from = "en", to = "zh-CHS")
## End(Not run)
[Package ecce version 3.0.2 Index]