Learn R Programming

deepRstudio (version 0.0.9)

deepel_rstudioapi_speakInJA: 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()

Arguments

Value

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

Author

Satoshi Kume

Details

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

Examples

Run this code
if (FALSE) {
#Select the following text: "La selección está traducida al inglés."
#Then, execute "Translation and Speak in Japanese : deepRstudio" from RStudio addins.
}

Run the code above in your browser using DataLab