list_glossaries2 {deeplr} | R Documentation |
List All Glossaries from the DeepL API Free
Description
list_glossaries2
retrieves a list of all glossaries and their metadata associated with your DeepL API Free account.
Note that glossary entries themselves are not included.
Usage
list_glossaries2(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 |
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 on Glossaries
Examples
## Not run:
list_glossaries2()
## End(Not run)
[Package deeplr version 2.1.0 Index]