available_languages {deeplr} | R Documentation |
List Supported Languages of the DeepL API Pro
Description
available_languages
returns a list of all languages supported by the DeepL API Pro.
Usage
available_languages(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. The function makes an API call to retrieve the list of supported languages and returns them in a structured format.
References
DeepL API Documentation on Supported Languages
Examples
## Not run:
available_languages()
## End(Not run)
[Package deeplr version 2.1.0 Index]