deepel_rstudioapi_speakInJA {deepRstudio}R Documentation

Translate and Speak in Japanese

Description

This function takes the selected text in RStudio, translates it into Japanese using the DeepL API, and then speaks the translated text using MacOS's speech system.

Usage

deepel_rstudioapi_speakInJA()

Details

Translate Selected Text and Speak in Japanese via DeepL API and MacOS system

Value

A message indicating that the translation and speech process has finished.

Author(s)

Satoshi Kume

Examples

## Not run: 
#Select the following text: "La selección está traducida al inglés."
#Then, execute "Translation and Speak in Japanese : deepRstudio" from RStudio addins.

## End(Not run)

[Package deepRstudio version 0.0.9 Index]