Learn R Programming

deeplr (version 1.0.0)

usage: Retrieve current usage data of a DeepL Pro account

Description

usage returns the character usage and the configured limit for the current period of a DeepL Pro Account.

Usage

usage(auth_key = "your_key")

Arguments

auth_key

authentication key of the corresponding DeepL Pro account.

Details

To get an authentication key, you need to register for a DeepL Pro account (https://www.deepl.com/pro.html). This currently costs 20 euros per month and allows the translation of 1,000,000 characters per month (see https://www.deepl.com/pro-pricing.html).

References

DeepL API documentations

Examples

Run this code
# NOT RUN {
# Simple translation
usage(auth_key = "my_key")

# }
# NOT RUN {

# }

Run the code above in your browser using DataLab