usage | R Documentation |
usage
returns the character usage and configured character limit for the current billing period
of a DeepL API Pro account.
usage(auth_key)
auth_key |
Character. Your DeepL API authentication key. If missing, the function uses
the |
To use this function, you must register for a DeepL API Pro account at https://www.deepl.com/pro#developer.
A named list or structured object containing:
character_count
– Number of characters used in the current billing period.
character_limit
– Total character limit for the current billing period.
DeepL API Documentation — Usage
## Not run:
usage()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.