Learn R Programming

deepRstudio (version 0.0.9)

deepel_rstudioapi_2EN: Translate Selected Text to English via DeepL API

Description

Translate the selected text in RStudio into English using the DeepL API with auto-detection of the source language. This function uses free-version DeepL API (https://api-free.deepl.com/v2/translate).

Usage

deepel_rstudioapi_2EN()

Arguments

Value

No value is returned.

Author

Satoshi Kume

Details

Translate Selected Text to English via DeepL API

This function uses the rstudioapi to execute English translation of the selected text using the DeepL API. It will attempt to auto-detect the language of the text and translate it into English. First, select the text and execute "DeepL Translation into English" from addins. As a result, the selected part will be translated into English.

Examples

Run this code
if (FALSE) {

#Select the following text: "La selección está traducida al inglés."
#Then, execute "DeepL Translation into English" from RStudio addins.

}

Run the code above in your browser using DataLab