supported_glossary_language_pairs: List Supported Glossary Language Pairs with the DeepL API Pro

View source: R/supported_glossary_language_pairs.R

supported_glossary_language_pairsR Documentation

List Supported Glossary Language Pairs with the DeepL API Pro

Description

supported_glossary_language_pairs lists all language pairs supported for glossary creation in the DeepL API Pro.

Usage

supported_glossary_language_pairs(auth_key)

Arguments

auth_key

A string representing the authentication key for the DeepL API Pro. 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 Pro account at DeepL API Pro.

References

DeepL API Documentation — Supported Glossary Language Pairs

Examples

## Not run: 
supported_glossary_language_pairs()

## End(Not run)


deeplr documentation built on June 8, 2025, 12:47 p.m.