deepel_rstudioapi_2PT {deepRstudio}R Documentation

Translate Selected Text to Portuguese via DeepL API

Description

Translate the selected text in RStudio into Portuguese 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_2PT()

Details

Translate Selected Text to Portuguese via DeepL API

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

Value

A message indicating the completion of the translation.

Author(s)

Satoshi Kume

Examples

## Not run: 

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


## End(Not run)

[Package deepRstudio version 0.0.9 Index]