translate_view {ecce}R Documentation

Open a Youdao website browse translation results

Description

When you pass in an English or Chinese word, this function will Open Youdao website browse translation results.

Usage

translate_view(input, from = "auto", to = "auto")

Arguments

input

An English or Chinese word.

from

The source language, an optional parameter.

to

The target language, an optional parameter.

Value

A list consisting of Phonetic, explains, etc about target language.

Examples

# Example(Not run)
# translate_view("good")
# translate_view("quarto", from = "en", to = "zh-CHS")


[Package ecce version 2.0.6 Index]