Learn R Programming

deeplr (version 2.0.1)

available_languages2: List supported languages of DeepL API Free

Description

available_languages2 list all supported languages of DeepL API Free.

Usage

available_languages2(auth_key = "your_key")

Arguments

auth_key

authentication key.

Details

To get an authentication key, you need to register for a DeepL API Free account (https://www.deepl.com/pro#developer).

References

DeepL API documentations

Examples

Run this code
if (FALSE) {
available_languages2(auth_key = "my_key")
}

Run the code above in your browser using DataLab