supported_glossary_language_pairs2 {deeplr}R Documentation

List Supported Glossary Language Pairs with the DeepL API Free

Description

supported_glossary_language_pairs2 lists all language pairs supported for glossary creation in the DeepL API Free.

Usage

supported_glossary_language_pairs2(auth_key)

Arguments

auth_key

A string representing the authentication key for the DeepL API Free. If not provided, the function will attempt to retrieve the key from the environment variable DEEPL_API_KEY. You can set this variable using Sys.setenv(DEEPL_API_KEY = "your_key") or define it in your .Renviron file for persistent use.

Details

To use this function, you must obtain an authentication key by registering for a DeepL API Free account at DeepL API Free.

References

DeepL API Documentation — Supported Glossary Language Pairs

Examples

## Not run: 
supported_glossary_language_pairs2()

## End(Not run)


[Package deeplr version 2.1.0 Index]