translate_view: Open a Youdao website browse translation results

View source: R/translate_view.R

translate_viewR 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")


ecce documentation built on Oct. 9, 2023, 5:08 p.m.