list_glossaries: List All Glossaries from the DeepL API Pro

View source: R/list_glossaries.R

list_glossariesR Documentation

List All Glossaries from the DeepL API Pro

Description

list_glossaries retrieves a list of all glossaries and their metadata associated with your DeepL API Pro account. Note that glossary entries themselves are not included.

Usage

list_glossaries(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 on Glossaries

Examples

## Not run: 
list_glossaries()

## End(Not run)


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