supported_glossary_language_pairs {deeplr} | R 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 |
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)
[Package deeplr version 2.1.0 Index]